From: havoc Date: Thu, 14 May 2009 22:25:55 +0000 (+0000) Subject: add a couple more things back X-Git-Tag: xonotic-v0.1.0preview~1653 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=c778fd9e0dd17f9c6546d0da2b9fb9faf244820c;p=xonotic%2Fdarkplaces.git add a couple more things back git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8965 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/lhnet.c b/lhnet.c index 00a6c78b..f51ea3a9 100644 --- a/lhnet.c +++ b/lhnet.c @@ -3,6 +3,8 @@ #ifdef WIN32 // Windows XP or higher is required for getaddrinfo, but the inclusion of wspiapi provides fallbacks for older versions +#define _WIN32_WINNT 0x0501 +#include #include #include #endif