mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
hack for proper compile for vc6, why I need this ?
svn-id: r8763
This commit is contained in:
parent
521cc8117b
commit
1ed639aedb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user