mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
Apply workaround to MinGW32 builds only
This commit is contained in:
parent
62382b1fd9
commit
49f6e9a73b
@ -47,7 +47,11 @@
|
||||
#include "support.h"
|
||||
#include "setup.h"
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#ifndef __MINGW64__
|
||||
#pragma push_macro("__inline__")
|
||||
#endif
|
||||
#endif
|
||||
#include "src/libs/decoders/audio_convert.c"
|
||||
#include "src/libs/decoders/SDL_sound.c"
|
||||
#include "src/libs/decoders/vorbis.c"
|
||||
@ -57,7 +61,11 @@
|
||||
#include "src/libs/decoders/mp3_seek_table.cpp"
|
||||
#include "src/libs/decoders/mp3.cpp"
|
||||
#include "src/libs/decoders/dr_flac.h"
|
||||
#ifdef __MINGW32__
|
||||
#ifndef __MINGW64__
|
||||
#pragma pop_macro("__inline__")
|
||||
#endif
|
||||
#endif
|
||||
#include "src/libs/libchdr/chd.h"
|
||||
#include "src/libs/libchdr/libchdr_chd.c"
|
||||
#include "src/libs/libchdr/libchdr_cdrom.c"
|
||||
|
Loading…
x
Reference in New Issue
Block a user