From: havoc Date: Mon, 2 Nov 2009 01:15:50 +0000 (+0000) Subject: fix USE_WSPIAPI_H X-Git-Tag: xonotic-v0.1.0preview~1228 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bdf10b0763064b348dd4a0d387fcbbbc153cf109;p=xonotic%2Fdarkplaces.git fix USE_WSPIAPI_H git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9414 d7cf8633-e32d-0410-b094-e92efae38249 --- 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