Skip to content

Commit 60f62fc

Browse files
author
Rob Richards
committed
fix non-windows builds
1 parent 5c5fd74 commit 60f62fc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

sapi/apache2handler/sapi_apache2.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@
5353

5454
#include "php_apache.h"
5555

56-
#if _MSC_VER <= 1300
57-
# include "win32/php_strtoi64.h"
56+
#ifdef PHP_WIN32
57+
# if _MSC_VER <= 1300
58+
# include "win32/php_strtoi64.h"
59+
# endif
5860
#endif
5961

6062
/* UnixWare and Netware define shutdown to _shutdown, which causes problems later

0 commit comments

Comments
 (0)