[Scummvm-cvs-logs] CVS: scummvm/graphics animation.h,1.6,1.7

Chris Apers chrilith at users.sourceforge.net
Wed Mar 24 04:15:49 CET 2004


Update of /cvsroot/scummvm/scummvm/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1246

Modified Files:
	animation.h 
Log Message:
PalmOS ?

Index: animation.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/animation.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- animation.h	24 Mar 2004 07:29:59 -0000	1.6
+++ animation.h	24 Mar 2004 11:16:34 -0000	1.7
@@ -39,8 +39,10 @@
 typedef uint16 uint16_t;
 typedef uint32 uint32_t; 
 #else
+#ifndef __PALM_OS__
 #include <inttypes.h>
 #endif
+#endif
 
 #ifdef USE_MPEG2
 extern "C" {





More information about the Scummvm-git-logs mailing list