[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.31,1.32
Eugene Sandulenko
sev at users.sourceforge.net
Sun Oct 2 13:26:12 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.149,1.150 saveload.cpp,1.233,1.234 saveload.h,1.63,1.64 scumm.cpp,1.590,1.591 scumm.h,1.643,1.644
- Next message: [Scummvm-cvs-logs] CVS: tools descumm.cpp,1.107,1.108
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21012
Modified Files:
stdafx.h
Log Message:
Fix compilation
Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- stdafx.h 30 Sep 2005 21:13:49 -0000 1.31
+++ stdafx.h 30 Sep 2005 21:45:41 -0000 1.32
@@ -115,7 +115,7 @@
#endif
#if !defined(macintosh) && !defined(PALMOS_ARM)
#include <sys/types.h>
-#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__) && !defined(__SYMBIAN32__,)
+#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__) && !defined(__SYMBIAN32__)
#include <sys/uio.h>
#endif
#if !defined(__amigaos4__)
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.149,1.150 saveload.cpp,1.233,1.234 saveload.h,1.63,1.64 scumm.cpp,1.590,1.591 scumm.h,1.643,1.644
- Next message: [Scummvm-cvs-logs] CVS: tools descumm.cpp,1.107,1.108
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list