aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-07-05 05:31:04 +0000
committerPaweł Kołodziejski2003-07-05 05:31:04 +0000
commit1ed639aedb393d1a9b8923230078ccd28f989576 (patch)
tree8c0f49d5597151a630c2ee564e6cca063c72881f /sound
parent521cc8117b9489f71bf4dda81640094f551febf3 (diff)
downloadscummvm-rg350-1ed639aedb393d1a9b8923230078ccd28f989576.tar.gz
scummvm-rg350-1ed639aedb393d1a9b8923230078ccd28f989576.tar.bz2
scummvm-rg350-1ed639aedb393d1a9b8923230078ccd28f989576.zip
hack for proper compile for vc6, why I need this ?
svn-id: r8763
Diffstat (limited to 'sound')
-rw-r--r--sound/fmopl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/fmopl.h b/sound/fmopl.h
index 486ff988d5..0b4320e715 100644
--- a/sound/fmopl.h
+++ b/sound/fmopl.h
@@ -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