[Scummvm-cvs-logs] CVS: scummvm/common scummsys.h,1.10,1.11

Travis Howell kirben at users.sourceforge.net
Fri Nov 29 06:12:03 CET 2002


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv25792/common

Modified Files:
	scummsys.h 
Log Message:

Fix warnings


Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- scummsys.h	19 Nov 2002 08:05:45 -0000	1.10
+++ scummsys.h	29 Nov 2002 14:11:37 -0000	1.11
@@ -88,11 +88,11 @@
   typedef unsigned char byte;
   typedef unsigned char uint8;
   typedef unsigned short uint16;
-  typedef unsigned long uint32;
+  typedef unsigned int uint32;
   typedef unsigned int uint;
   typedef signed char int8;
   typedef signed short int16;
-  typedef signed long int32;
+  typedef signed int int32;
   
   #define START_PACK_STRUCTS pack (push,1)
   #define END_PACK_STRUCTS   pack(pop)





More information about the Scummvm-git-logs mailing list