[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.27,1.28

Andrew Kurushin h00ligan at users.sourceforge.net
Fri Jun 10 12:03:52 CEST 2005


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

Modified Files:
	stdafx.h 
Log Message:
fix VS2005beta2 compilation

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- stdafx.h	9 May 2005 21:21:18 -0000	1.27
+++ stdafx.h	10 Jun 2005 19:02:00 -0000	1.28
@@ -88,6 +88,10 @@
 
 
 #include <windows.h>
+#if defined(ARRAYSIZE)
+// VS2005beta2 introduces new stuff in winnt.h
+#undef ARRAYSIZE
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>





More information about the Scummvm-git-logs mailing list