(360) Fix build

This commit is contained in:
twinaphex 2020-08-03 22:35:10 +02:00
parent f47b67bb51
commit 4a6f49fc0a
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#endif
#endif
#ifndef _XBOX
#if defined(_WIN32)
#if defined(_MSC_VER) && _MSC_VER >= 1500
@ -53,6 +54,7 @@
#endif
#endif
#endif
#endif
#define JSON_STATIC 1 /* must come before runtime_file, netplay_room_parse and jsonsax_full */

View File

@ -37,6 +37,7 @@ extern nbio_intf_t nbio_orbis;
#endif
extern nbio_intf_t nbio_stdio;
#ifndef _XBOX
#if defined(_WIN32)
#if defined(_MSC_VER) && _MSC_VER >= 1500
@ -50,6 +51,7 @@ extern nbio_intf_t nbio_stdio;
#define HAVE_MMAP_WIN32
#endif
#endif
#endif
#endif