mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
move net_http_parse to extern C for MSVC
This commit is contained in:
parent
dae80e4e26
commit
1ae9c7d6d4
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue