mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Fix build error in Linux due to confilct in __inline__ macro
This commit is contained in:
@@ -47,11 +47,9 @@
|
||||
#include "support.h"
|
||||
#include "setup.h"
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#ifndef __MINGW64__
|
||||
#if (defined( __MINGW32__) && !defined(__MINGW64__ )) || defined(LINUX)
|
||||
#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"
|
||||
@@ -61,11 +59,9 @@
|
||||
#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__
|
||||
#if (defined( __MINGW32__) && !defined(__MINGW64__ )) || defined(LINUX)
|
||||
#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"
|
||||
|
Reference in New Issue
Block a user