From c778fd9e0dd17f9c6546d0da2b9fb9faf244820c Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 14 May 2009 22:25:55 +0000 Subject: [PATCH] add a couple more things back git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8965 d7cf8633-e32d-0410-b094-e92efae38249 --- lhnet.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2