[Scummvm-cvs-logs] CVS: tools saga2mp3.c,1.1,1.2

Joost Peters joostp at users.sourceforge.net
Thu Sep 16 02:28:11 CEST 2004


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

Modified Files:
	saga2mp3.c 
Log Message:
fix compilation; 'ulong' was already typedef'd in /usr/include/sys/types.h for me


Index: saga2mp3.c
===================================================================
RCS file: /cvsroot/scummvm/tools/saga2mp3.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- saga2mp3.c	8 Sep 2004 16:59:45 -0000	1.1
+++ saga2mp3.c	16 Sep 2004 09:27:40 -0000	1.2
@@ -20,7 +20,9 @@
 #include <stdio.h>
 #include "extract.h"
 
+#ifndef _SYS_TYPES_H
 typedef unsigned int ulong;
+#endif
 
 typedef struct RECORD {
 	ulong offset;





More information about the Scummvm-git-logs mailing list