[Scummvm-cvs-logs] CVS: scummvm/bs2/driver driver96.h,1.4,1.5

Travis Howell kirben at users.sourceforge.net
Sun Jul 27 20:53:01 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv18687/bs2/driver

Modified Files:
	driver96.h 
Log Message:

Ooops


Index: driver96.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/driver96.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- driver96.h	28 Jul 2003 03:49:25 -0000	1.4
+++ driver96.h	28 Jul 2003 03:52:05 -0000	1.5
@@ -1255,12 +1255,13 @@
 #define TRUE 1
 #define FALSE 0
 
-#ifndef WIN32
+#ifdef WIN32
 #undef DWORD
 #undef LARGE_INTEGER
+#endif
+
 typedef uint32 DWORD;
 typedef long int LARGE_INTEGER;
-#endif
 
 //
 //	Structure definitions





More information about the Scummvm-git-logs mailing list