From 1ae9c7d6d411e626457130cb3044ce3a531a5925 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sun, 1 Jan 2017 20:04:10 -0500 Subject: [PATCH] move net_http_parse to extern C for MSVC --- griffin/griffin.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/griffin/griffin.c b/griffin/griffin.c index 6eb2c11491..1e1b8aeb62 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -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 ============================================================ */