hack for proper compile for vc6, why I need this ?

svn-id: r8763
This commit is contained in:
Paweł Kołodziejski 2003-07-05 05:31:04 +00:00
parent 521cc8117b
commit 1ed639aedb

View File

@ -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