mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
griffin: fix inconsistent dll linkage warning
This commit is contained in:
parent
5cce51ed8d
commit
24716bc367
@ -25,6 +25,8 @@
|
|||||||
#define HAVE_COMPRESSION 1
|
#define HAVE_COMPRESSION 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define JSON_STATIC 1 /* must come before runtime_file, netplay_room_parse and jsonsax_full */
|
||||||
|
|
||||||
#if _MSC_VER && !defined(__WINRT__)
|
#if _MSC_VER && !defined(__WINRT__)
|
||||||
#include "../libretro-common/compat/compat_snprintf.c"
|
#include "../libretro-common/compat/compat_snprintf.c"
|
||||||
#endif
|
#endif
|
||||||
@ -1131,7 +1133,6 @@ THREAD
|
|||||||
#include "../audio/audio_thread_wrapper.c"
|
#include "../audio/audio_thread_wrapper.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define JSON_STATIC 1 /* must come before netplay_room_parse and jsonsax_full */
|
|
||||||
/* needed for both playlists and netplay lobbies */
|
/* needed for both playlists and netplay lobbies */
|
||||||
#include "../libretro-common/formats/json/jsonsax_full.c"
|
#include "../libretro-common/formats/json/jsonsax_full.c"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user