mirror of
https://github.com/libretro/RetroArch
synced 2025-02-12 00:40:26 +00:00
move net_http_parse to extern C for MSVC
This commit is contained in:
parent
dae80e4e26
commit
1ae9c7d6d4
@ -138,10 +138,6 @@ ACHIEVEMENTS
|
|||||||
#include "../cheevos.c"
|
#include "../cheevos.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_NETWORKING)
|
|
||||||
#include "../libretro-common/net/net_http_parse.c"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
MD5
|
MD5
|
||||||
============================================================ */
|
============================================================ */
|
||||||
@ -1039,6 +1035,10 @@ MENU
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_NETWORKING)
|
||||||
|
#include "../libretro-common/net/net_http_parse.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user