From 1a3b24004c8795424358fdd39cbd031d2af1423f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 15 Nov 2012 14:32:06 +0100 Subject: [PATCH] (360) Build fix - see previous commit --- netplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netplay.c b/netplay.c index 641326f1ab..cc668064eb 100644 --- a/netplay.c +++ b/netplay.c @@ -13,7 +13,7 @@ * If not, see . */ -#ifdef _MSC_VER +#if defined(_MSC_VER) && !defined(_XBOX) #pragma comment(lib, "ws2_32") #endif