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

index 45ffc9d326b8e8df6d330b9abe115aaf0262d876..3e804aa7e8af5a2e89073462951f2fb8423a702f 100644 (file)
@@ -6,8 +6,8 @@
 /* Define the minimum supported version */
 #undef _WIN32_WINNT
 #undef NTDDI_VERSION
-#define _WIN32_WINNT 0x500
-#define NTDDI_VERSION  _WIN32_WIN2K
+#define _WIN32_WINNT 0x502
+#define NTDDI_VERSION  0x05010200
 
 /* Default PHP / PEAR directories */
 #define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):""