[Scummvm-cvs-logs] CVS: tools util.h,1.13,1.14

Pawel Kolodziejski aquadran at users.sourceforge.net
Tue Apr 13 12:44:04 CEST 2004


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

Modified Files:
	util.h 
Log Message:
fixed compilation

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/tools/util.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- util.h	21 Feb 2004 10:26:06 -0000	1.13
+++ util.h	13 Apr 2004 19:29:41 -0000	1.14
@@ -55,7 +55,7 @@
 typedef enum { false = 0, true = 1 } bool;
 
 /* If your C compiler doesn't support 'inline', please add a check for it. */
-#if defined(_MSC_VER) && _MSC_VER == 1310
+#if defined(_MSC_VER)
 #define inline __inline
 #endif
 





More information about the Scummvm-git-logs mailing list