mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-07 09:57:49 +00:00
(360) Fix build
This commit is contained in:
parent
f47b67bb51
commit
4a6f49fc0a
@ -39,6 +39,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _XBOX
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#if defined(_MSC_VER) && _MSC_VER >= 1500
|
#if defined(_MSC_VER) && _MSC_VER >= 1500
|
||||||
|
|
||||||
@ -53,6 +54,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define JSON_STATIC 1 /* must come before runtime_file, netplay_room_parse and jsonsax_full */
|
#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
|
#endif
|
||||||
extern nbio_intf_t nbio_stdio;
|
extern nbio_intf_t nbio_stdio;
|
||||||
|
|
||||||
|
#ifndef _XBOX
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#if defined(_MSC_VER) && _MSC_VER >= 1500
|
#if defined(_MSC_VER) && _MSC_VER >= 1500
|
||||||
|
|
||||||
@ -50,6 +51,7 @@ extern nbio_intf_t nbio_stdio;
|
|||||||
#define HAVE_MMAP_WIN32
|
#define HAVE_MMAP_WIN32
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user