[Scummvm-cvs-logs] CVS: tools extract.c,1.17,1.18 simon2mp3.c,1.6,1.7

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Jan 1 00:50:01 CET 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv29348

Modified Files:
	extract.c simon2mp3.c 
Log Message:
fixed compilation under mingw

Index: extract.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- extract.c	1 Jan 2003 08:29:15 -0000	1.17
+++ extract.c	1 Jan 2003 08:48:58 -0000	1.18
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <sys/stat.h>
 
-#ifndef WIN32
+#if !defined(_MSC_VER)
 #include <unistd.h>
 #endif
 

Index: simon2mp3.c
===================================================================
RCS file: /cvsroot/scummvm/tools/simon2mp3.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- simon2mp3.c	1 Jan 2003 08:29:15 -0000	1.6
+++ simon2mp3.c	1 Jan 2003 08:48:59 -0000	1.7
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <sys/stat.h>
 
-#ifndef WIN32
+#if !defined(_MSC_VER)
 #include <unistd.h>
 #endif
 





More information about the Scummvm-git-logs mailing list