From 3f4e4492cd84b767cbe770e17184d01a0e84db9e Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 10 Dec 2009 02:17:54 +0000 Subject: [PATCH] [IPHLPAPI] Don't redefine _WIN32_WINNT to 0x500. When using the NDK we need at least 0x503 when compiling for 64 bit (XP64 is 502) svn path=/branches/ros-amd64-bringup/; revision=44510 --- reactos/dll/win32/iphlpapi/iphlpapi_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/dll/win32/iphlpapi/iphlpapi_private.h b/reactos/dll/win32/iphlpapi/iphlpapi_private.h index 4210198a20c..3a01c5794cf 100644 --- a/reactos/dll/win32/iphlpapi/iphlpapi_private.h +++ b/reactos/dll/win32/iphlpapi/iphlpapi_private.h @@ -19,8 +19,6 @@ # include #endif -#undef _WIN32_WINNT -#define _WIN32_WINNT 0x500 #define WIN32_NO_STATUS #include #include