File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ var PHP_TEST_INI_PATH = "";
44
44
var PHP_TEST_INI = "" ;
45
45
var PHP_TEST_INI_EXT_EXCLUDE = "" ;
46
46
47
- var WINVER = "0x0600 " ; /* Vista */
47
+ var WINVER = "0x0601 " ; /* 7/2008r2 */
48
48
49
49
// There's a minimum requirement for re2c..
50
50
var MINRE2C = "0.13.4" ;
@@ -3027,7 +3027,7 @@ function toolset_setup_common_cflags()
3027
3027
{
3028
3028
// CFLAGS for building the PHP dll
3029
3029
DEFINE ( "CFLAGS_PHP" , "/D _USRDLL /D PHP7DLLTS_EXPORTS /D PHP_EXPORTS \
3030
- /D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER =" + WINVER ) ;
3030
+ /D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D _WIN32_WINNT =" + WINVER ) ;
3031
3031
3032
3032
DEFINE ( 'CFLAGS_PHP_OBJ' , '$(CFLAGS_PHP) $(STATIC_EXT_CFLAGS)' ) ;
3033
3033
You can’t perform that action at this time.
0 commit comments