We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1300017 commit d9f7288Copy full SHA for d9f7288
win32/build/confutils.js
@@ -46,7 +46,8 @@ var PHP_TEST_INI_EXT_EXCLUDE = "";
46
47
var PHP_MAKEFILE_FRAGMENTS = PHP_SRC_DIR + "\\Makefile.fragments.w32";
48
49
-/* Care also about NTDDI_VERSION and _WIN32_WINNT in config.w32.h.in */
+/* Care also about NTDDI_VERSION and _WIN32_WINNT in config.w32.h.in
50
+ and manifest. */
51
var WINVER = "0x0601"; /* 7/2008r2 */
52
53
// There's a minimum requirement for re2c..
0 commit comments