[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Sun May 5 11:11:03 CEST 2002


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

Modified Files:
	simon.h 
Log Message:
fix for MacOS native port

Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- simon.h	20 Apr 2002 17:41:42 -0000	1.14
+++ simon.h	5 May 2002 18:10:45 -0000	1.15
@@ -220,7 +220,7 @@
 };
 
 /* dummy typedefs to make it compile in *nix */
-#if defined(UNIX) || defined(UNIX_X11) || defined(__MORPHOS__) || defined(__DC__)
+#if defined(UNIX) || defined(UNIX_X11) || defined(__MORPHOS__) || defined(__DC__) || defined(__APPLE__CW)
 typedef void* HMIDISTRM;
 typedef void* HMIDIOUT;
 typedef uint32 UINT;





More information about the Scummvm-git-logs mailing list