[Scummvm-cvs-logs] CVS: scummvm/sound fmopl.h,1.6,1.7

Pawel Kolodziejski aquadran at users.sourceforge.net
Fri Jul 4 22:32:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv26642

Modified Files:
	fmopl.h 
Log Message:
hack for proper compile for vc6, why I need this ?

Index: fmopl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/fmopl.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fmopl.h	3 Jul 2003 22:05:22 -0000	1.6
+++ fmopl.h	5 Jul 2003 05:31:04 -0000	1.7
@@ -28,7 +28,12 @@
 #define HAS_YM3812	1
 
 /* --- select emulation chips --- */
+#ifdef _MSC_VER
+// FIXME: how to fix it for VC6 ?
+#define BUILD_YM3812 1
+#else
 #define BUILD_YM3812 defined(HAS_YM3812) && HAS_YM3812
+#endif
 #define BUILD_YM3526 defined(HAS_YM3526) && HAS_YM3526
 #define BUILD_Y8950  defined(HAS_Y8950) && HAS_Y8950
 





More information about the Scummvm-git-logs mailing list