From bae6143d3fa1bf47d36d6f3a55afcd26aa8403e4 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Wed, 29 Feb 2012 22:11:41 +0200 Subject: build: correct place to alter WINVER is at build system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alon Bar-Lev Acked-by: Samuli Seppänen Signed-off-by: David Sommerseth --- syshead.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'syshead.h') diff --git a/syshead.h b/syshead.h index 0235abd..e8e70d2 100644 --- a/syshead.h +++ b/syshead.h @@ -28,10 +28,6 @@ /* * Only include if not during configure */ -#ifdef WIN32 -/* PF_INET6: win32 ipv6 exists only after 0x0501 (XP) */ -#define WINVER 0x0501 -#endif #ifndef PACKAGE_NAME #include "config.h" #include "compat.h" -- cgit