From: Pierre Joye Date: Sat, 23 Aug 2008 20:03:29 +0000 (+0000) Subject: - MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;) X-Git-Tag: BEFORE_HEAD_NS_CHANGE~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c4853d8261aa23076698ffea29c8378e7f024d3;p=php - MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;) --- diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 06219a9774..11d6aaead6 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -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"