mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 10:49:02 +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"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_NETWORKING)
|
||||
#include "../libretro-common/net/net_http_parse.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
MD5
|
||||
============================================================ */
|
||||
@ -1039,6 +1035,10 @@ MENU
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_NETWORKING)
|
||||
#include "../libretro-common/net/net_http_parse.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
DEPENDENCIES
|
||||
============================================================ */
|
||||
|
Loading…
Reference in New Issue
Block a user