From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Sun, 22 Aug 2010 16:52:33 +0000 (+0000)
Subject: disable USE_WSPIAPI_H by default, since it only works with -DSUPPORTIPV6
X-Git-Tag: xonotic-v0.1.0preview~268
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fb7b05f399562ed5b5b8a7e90ee4004d0f3914af;p=xonotic%2Fdarkplaces.git

disable USE_WSPIAPI_H by default, since it only works with -DSUPPORTIPV6
which is also disabled

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10413 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=9b483e302a32f2e76f55dc2660e17d7f7c5e96cb
---

diff --git a/makefile b/makefile
index fb24c260..ee88a37c 100644
--- a/makefile
+++ b/makefile
@@ -180,7 +180,8 @@ ifeq ($(WIN32RELEASE), 1)
 #	TARGET=i686-pc-mingw32
 #	CC=$(TARGET)-g++
 #	WINDRES=$(TARGET)-windres
-	CPUOPTIMIZATIONS=-march=i686 -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -DUSE_WSPIAPI_H
+	CPUOPTIMIZATIONS=-march=i686 -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math
+#       CPUOPTIMIZATIONS+=-DUSE_WSPIAPI_H -DSUPPORTIPV6
 	LDFLAGS_WINCOMMON=-Wl,--large-address-aware
 else
 	LDFLAGS_WINCOMMON=