Skip to content

Commit a9d0ccc

Browse files
committed
Set WINVER to Windows 2000 like in config.w32.h.in
1 parent 921d8ca commit a9d0ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/config.w32

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ DEFINE("BASE_INCLUDES", "/I . /I main /I Zend /I TSRM /I ext ");
114114

115115
// CFLAGS for building the PHP dll
116116
DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP5DLLTS_EXPORTS /D PHP_EXPORTS \
117-
/D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER=0x400");
117+
/D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER=0x500");
118118

119119
DEFINE('CFLAGS_PHP_OBJ', '$(CFLAGS_PHP) $(STATIC_EXT_CFLAGS)');
120120

0 commit comments

Comments
 (0)