diff options
Diffstat (limited to 'ext/gd/gd.c')
| -rw-r--r-- | ext/gd/gd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 7ac96b6aff..be578ffd0e 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -37,7 +37,7 @@ #if HAVE_UNISTD_H # include <unistd.h> #endif -#if WIN32|WINNT +#ifdef PHP_WIN32 # include <io.h> # include <fcntl.h> #endif |
