We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc66d8a commit 566e412Copy full SHA for 566e412
Zend/zend_config.w32.h
@@ -31,7 +31,13 @@
31
#include <crtdbg.h>
32
33
#include <string.h>
34
+
35
+#ifndef ZEND_INCLUDE_FULL_WINDOWS_HEADERS
36
+#define WIN32_LEAN_AND_MEAN
37
+#endif
38
+#include <winsock2.h>
39
#include <windows.h>
40
41
#include <float.h>
42
43
typedef unsigned long ulong;
Zend/zend_ini_parser.y
@@ -27,13 +27,6 @@
27
#include "zend_ini_scanner.h"
28
#include "zend_extensions.h"
29
30
-
-#if WIN32
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-#include <winbase.h>
-#endif
#define YYSTYPE zval
#ifdef ZTS
0 commit comments