mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-30 21:42:18 +00:00
(360) Fix build
This commit is contained in:
parent
f47b67bb51
commit
4a6f49fc0a
@ -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 */
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user