[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.30,1.31

Lars Persson anotherguest at users.sourceforge.net
Sun Oct 2 14:09:45 CEST 2005


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

Modified Files:
	stdafx.h 
Log Message:
1.Removed warning from symbian portdefs
2.Made thumbnail.cpp compile for VC6 (Symbian Emulator environment). Order of template declaration and includes causing the problems
3.Moved int i declaration from for;loop into local variable
4.Updated stdafx uio.h is not part of the Symbian build chain.

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- stdafx.h	3 Sep 2005 16:15:39 -0000	1.30
+++ stdafx.h	30 Sep 2005 21:13:49 -0000	1.31
@@ -115,7 +115,7 @@
 #endif
 #if !defined(macintosh) && !defined(PALMOS_ARM)
 #include <sys/types.h>
-#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__)
+#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__) && !defined(__SYMBIAN32__,)
 #include <sys/uio.h>
 #endif
 #if !defined(__amigaos4__)





More information about the Scummvm-git-logs mailing list