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