]> granicus.if.org Git - php/commitdiff
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
authorPierre Joye <pajoye@php.net>
Sun, 4 Mar 2012 22:15:12 +0000 (22:15 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 4 Mar 2012 22:15:12 +0000 (22:15 +0000)
win32/build/config.w32.h.in

index 3e804aa7e8af5a2e89073462951f2fb8423a702f..3b636e195b05b3c290937caeac2b2affdc54557a 100644 (file)
@@ -6,7 +6,7 @@
 /* Define the minimum supported version */
 #undef _WIN32_WINNT
 #undef NTDDI_VERSION
-#define _WIN32_WINNT 0x502
+#define _WIN32_WINNT 0x0501
 #define NTDDI_VERSION  0x05010200
 
 /* Default PHP / PEAR directories */