From 5f91d03c4bf070b4daf087c0b147c0dbf1e05c84 Mon Sep 17 00:00:00 2001 From: divverent Date: Thu, 14 May 2009 19:28:47 +0000 Subject: [PATCH] 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 --- lhnet.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2