From 4adbb7e2c6b3915b25cc41bc8c3184e3d3ec3254 Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Mon, 14 Jun 2004 12:45:51 +0000 Subject: [PATCH] only pull in some headers on non-windows platforms. --- stepmania/src/ezsockets.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ezsockets.cpp b/stepmania/src/ezsockets.cpp index 5801e0d509..986ba731b0 100644 --- a/stepmania/src/ezsockets.cpp +++ b/stepmania/src/ezsockets.cpp @@ -12,12 +12,12 @@ #include "global.h" #include "ezsockets.h" +#if defined(WIN32) +#pragma comment(lib,"wsock32.lib") +#else #include #include #include - -#if defined(WIN32) -#pragma comment(lib,"wsock32.lib") #endif EzSockets::EzSockets()