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 c505d55 commit 8317e0fCopy full SHA for 8317e0f
ext/date/config.w32
@@ -10,6 +10,7 @@ ADD_FLAG('CFLAGS_DATE', "/wd4244");
10
var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
11
tl_config.WriteLine("#include \"config.w32.h\"");
12
tl_config.WriteLine("#include <php_stdint.h>");
13
+tl_config.WriteLine("#include \"win32/php_inttypes.h\"");
14
tl_config.WriteLine("#define TIMELIB_OMIT_STDINT 1");
15
tl_config.Close();
16
0 commit comments