From 24716bc367f9febb20b7191f2efaaf7d0a414257 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Fri, 1 Mar 2019 09:09:37 -0500 Subject: [PATCH] griffin: fix inconsistent dll linkage warning --- griffin/griffin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/griffin/griffin.c b/griffin/griffin.c index 0a34067cde..2246e8dc39 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -25,6 +25,8 @@ #define HAVE_COMPRESSION 1 #endif +#define JSON_STATIC 1 /* must come before runtime_file, netplay_room_parse and jsonsax_full */ + #if _MSC_VER && !defined(__WINRT__) #include "../libretro-common/compat/compat_snprintf.c" #endif @@ -1131,7 +1133,6 @@ THREAD #include "../audio/audio_thread_wrapper.c" #endif -#define JSON_STATIC 1 /* must come before netplay_room_parse and jsonsax_full */ /* needed for both playlists and netplay lobbies */ #include "../libretro-common/formats/json/jsonsax_full.c"