From: divverent Date: Thu, 14 May 2009 19:28:47 +0000 (+0000) Subject: require WinXP or higher for molivier's latest changes. X-Git-Tag: xonotic-v0.1.0preview~1655 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5f91d03c4bf070b4daf087c0b147c0dbf1e05c84;p=xonotic%2Fdarkplaces.git require WinXP or higher for molivier's latest changes. Good bye, DP on Win2k and below. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8963 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/lhnet.c b/lhnet.c index 9026aca2..fd668b7e 100644 --- a/lhnet.c +++ b/lhnet.c @@ -10,6 +10,8 @@ #include #include #ifdef WIN32 +#define _WIN32_WINNT 0x0501 + // Windows XP or higher is required for getaddrinfo #include #include #else