We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169ed32 commit ca0a2e7Copy full SHA for ca0a2e7
sapi/apache2handler/sapi_apache2.c
@@ -53,12 +53,6 @@
53
54
#include "php_apache.h"
55
56
-#ifdef PHP_WIN32
57
-# if _MSC_VER <= 1300
58
-# include "win32/php_strtoi64.h"
59
-# endif
60
-#endif
61
-
62
/* UnixWare and Netware define shutdown to _shutdown, which causes problems later
63
* on when using a structure member named shutdown. Since this source
64
* file does not use the system call shutdown, it is safe to #undef it.K
0 commit comments