[Scummvm-cvs-logs] CVS: tools extract.c,1.14,1.15 simon2mp3.c,1.3,1.4

Travis Howell kirben at users.sourceforge.net
Fri Nov 29 06:17:01 CET 2002


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

Modified Files:
	extract.c simon2mp3.c 
Log Message:

Fix warnings


Index: extract.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- extract.c	27 Oct 2002 11:40:54 -0000	1.14
+++ extract.c	29 Nov 2002 14:16:04 -0000	1.15
@@ -2,10 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
-
-#ifndef WIN32
 #include <unistd.h>
-#endif
 
 /* These are the defaults parameters for the Lame invocation */
 #define minBitrDef 24

Index: simon2mp3.c
===================================================================
RCS file: /cvsroot/scummvm/tools/simon2mp3.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- simon2mp3.c	12 Nov 2002 09:54:31 -0000	1.3
+++ simon2mp3.c	29 Nov 2002 14:16:05 -0000	1.4
@@ -2,10 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
-
-#ifndef WIN32
 #include <unistd.h>
-#endif
 
 /* These are the defaults parameters for the Lame invocation */
 #define minBitrDef 24





More information about the Scummvm-git-logs mailing list