We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7bc2e commit 845af77Copy full SHA for 845af77
ext/fileinfo/php_libmagic.h
@@ -22,7 +22,6 @@
22
23
#ifdef PHP_WIN32
24
#include "win32/param.h"
25
-#include "win32/unistd.h"
26
27
#ifdef _WIN64
28
#define FINFO_LSEEK_FUNC _lseeki64
ext/standard/array.c
@@ -26,9 +26,6 @@
#include <math.h>
#include <time.h>
#include <string.h>
29
-#ifdef PHP_WIN32
30
31
-#endif
32
#include "zend_globals.h"
33
#include "zend_interfaces.h"
34
#include "php_array.h"
0 commit comments