[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.22,1.23

Max Horn fingolfin at users.sourceforge.net
Thu Jul 25 14:35:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv7302/simon

Modified Files:
	simon.h 
Log Message:
got rid of UNIX_X11 - instead, use UNIX + X11_BACKEND

Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- simon.h	7 Jul 2002 19:08:28 -0000	1.22
+++ simon.h	25 Jul 2002 21:34:06 -0000	1.23
@@ -222,7 +222,7 @@
 };
 
 /* dummy typedefs to make it compile in *nix */
-#if defined(UNIX) || defined(UNIX_X11) || defined(__MORPHOS__) || defined(__DC__) || defined(macintosh)
+#if defined(UNIX) || defined(__MORPHOS__) || defined(__DC__) || defined(macintosh)
 typedef void *HMIDISTRM;
 typedef void *HMIDIOUT;
 typedef uint32 UINT;





More information about the Scummvm-git-logs mailing list