We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf7dd00 + d63fdce commit f99adb4Copy full SHA for f99adb4
TSRM/TSRM.h
@@ -15,7 +15,7 @@
15
16
#if !defined(__CYGWIN__) && defined(WIN32)
17
# define TSRM_WIN32
18
-# include "tsrm_config.w32.h"
+# include "Zend/zend_config.w32.h"
19
#else
20
# include "main/php_config.h"
21
#endif
TSRM/tsrm_config.w32.h
TSRM/tsrm_config_common.h
@@ -8,7 +8,7 @@
8
9
10
#ifdef TSRM_WIN32
11
12
13
14
# include <sys/param.h>
0 commit comments