Skip to content

Commit d86c5de

Browse files
committed
Drop WIN32 inclusiosn
1 parent f0a6764 commit d86c5de

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

ext/standard/image.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
#include <unistd.h>
2727
#endif
2828
#include "php_image.h"
29-
#ifdef PHP_WIN32
30-
# include <stdint.h>
31-
#endif
3229

3330
#if HAVE_ZLIB && !defined(COMPILE_DL_ZLIB)
3431
#include "zlib.h"

main/SAPI.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
#include "zend_API.h"
2323
#include "zend_llist.h"
2424
#include "zend_operators.h"
25-
#ifdef PHP_WIN32
26-
# include <stdint.h>
27-
#endif
2825
#include <sys/stat.h>
2926

3027
#define SAPI_OPTION_NO_CHDIR 1

main/php_variables.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
#include "php_content_types.h"
2626
#include "SAPI.h"
2727
#include "zend_globals.h"
28-
#ifdef PHP_WIN32
29-
# include <inttypes.h>
30-
#endif
3128

3229
/* for systems that need to override reading of environment variables */
3330
void _php_import_environment_variables(zval *array_ptr);

0 commit comments

Comments
 (0)