move net_http_parse to extern C for MSVC

This commit is contained in:
Brad Parker 2017-01-01 20:04:10 -05:00
parent dae80e4e26
commit 1ae9c7d6d4

View File

@ -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
============================================================ */