]> granicus.if.org Git - php/commitdiff
- MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;)
authorPierre Joye <pajoye@php.net>
Sat, 23 Aug 2008 20:03:29 +0000 (20:03 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 23 Aug 2008 20:03:29 +0000 (20:03 +0000)
win32/build/config.w32.h.in

index 06219a9774dcf2d8d8ce8c8908bb9f5fc168e5d7..11d6aaead654ed2da116176ad2363fb007f10a72 100644 (file)
@@ -3,6 +3,10 @@
        $Id$
 */
 
+/* Define the minimum supported version */
+#define _WIN32_WINNT 0x500
+#define NTDDI_VERSION  _WIN32_WIN2K
+
 /* Default PHP / PEAR directories */
 #define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):""
 #define CONFIGURATION_FILE_PATH "php.ini"