From 5a2c8df17e3fff575a20e17bf57b2ccdc05afbbb Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 28 Oct 2006 00:48:35 +0000 Subject: [PATCH] Another MinGW build fix. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2474 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/network/connect/listen.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sc2/src/sc2code/libs/network/connect/listen.c b/sc2/src/sc2code/libs/network/connect/listen.c index 55c34ab3a..45fc8a1f0 100644 --- a/sc2/src/sc2code/libs/network/connect/listen.c +++ b/sc2/src/sc2code/libs/network/connect/listen.c @@ -35,14 +35,10 @@ #ifdef USE_WINSOCK # include # include +# include "../wspiapiwrap.h" #else # include #endif -#ifdef DEBUG -# ifdef USE_WINSOCK -# include "../wspiapiwrap.h" -# endif -#endif #include #include