[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.5,1.6

Jonathan Gray khalek at users.sourceforge.net
Sun Jul 13 06:58:05 CEST 2003


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

Modified Files:
	stdafx.h 
Log Message:
linux/mingw compilation fix pointed out by Jeroen Janssen

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- stdafx.h	29 May 2003 11:15:32 -0000	1.5
+++ stdafx.h	13 Jul 2003 13:57:19 -0000	1.6
@@ -83,7 +83,7 @@
 #include <assert.h>
 #include <mmsystem.h>
 #include <ctype.h>
-#include <Winuser.h>
+#include <winuser.h>
 #include <direct.h>
 
 #else





More information about the Scummvm-git-logs mailing list