From: Kalle Sommer Nielsen Date: Mon, 6 Apr 2009 09:12:16 +0000 (+0000) Subject: Fix redef warnings X-Git-Tag: php-5.4.0alpha1~191^2~3977 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e83138ccd39e068cbbbfb2e00ca86c077c1d337c;p=php Fix redef warnings --- diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 8b8aab28be..cc9f96e463 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -4,6 +4,8 @@ */ /* Define the minimum supported version */ +#undef _WIN32_WINNT +#undef NTDDI_VERSION #define _WIN32_WINNT 0x500 #define NTDDI_VERSION _WIN32_WIN2K