From bdf10b0763064b348dd4a0d387fcbbbc153cf109 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 2 Nov 2009 01:15:50 +0000 Subject: [PATCH] fix USE_WSPIAPI_H git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9414 d7cf8633-e32d-0410-b094-e92efae38249 --- lhnet.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lhnet.c b/lhnet.c index 8b71ed91..6b049d28 100644 --- a/lhnet.c +++ b/lhnet.c @@ -5,10 +5,9 @@ // Windows XP or higher is required for getaddrinfo, but the inclusion of wspiapi provides fallbacks for older versions # define _WIN32_WINNT 0x0501 # include +# include # ifdef USE_WSPIAPI_H # include -# else -# include # endif #endif -- 2.39.2