[Scummvm-cvs-logs] CVS: scummvm/gui options.cpp,1.19,1.20
Pawel Kolodziejski
aquadran at users.sourceforge.net
Thu May 29 11:31:09 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm scumm.dsp,1.39,1.40 sky.dsp,1.17,1.18
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.65,1.66 costume.cpp,1.49,1.50 costume.h,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv25427
Modified Files:
options.cpp
Log Message:
fixed compilation
Index: options.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- options.cpp 27 May 2003 23:34:37 -0000 1.19
+++ options.cpp 29 May 2003 18:30:40 -0000 1.20
@@ -29,7 +29,7 @@
#include "common/config-file.h"
#include "common/gameDetector.h"
-#if !( defined(__DC__) || defined(__GP32__) )
+#if (!( defined(__DC__) || defined(__GP32__)) && !defined(_MSC_VER))
#include <unistd.h>
#endif
- Previous message: [Scummvm-cvs-logs] CVS: scummvm scumm.dsp,1.39,1.40 sky.dsp,1.17,1.18
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.65,1.66 costume.cpp,1.49,1.50 costume.h,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list