summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-04-07 12:45:26 +0000
committerPierre Joye <pajoye@php.net>2009-04-07 12:45:26 +0000
commit8cd0428d093e687fa604881df939868a6f4cb647 (patch)
treeedca7db40b41cde864008aade98942eade3e1690
parentd2c489e35080f9dfbe93fdfe7e3b4f406c7fa055 (diff)
downloadphp-git-8cd0428d093e687fa604881df939868a6f4cb647.tar.gz
- ws
-rw-r--r--ext/gd/gd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 8525e14309..6cc9741530 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -48,9 +48,9 @@
#ifdef PHP_WIN32
# include <io.h>
# include <fcntl.h>
-#include <windows.h>
-#include <Winuser.h>
-#include <Wingdi.h>
+# include <windows.h>
+# include <Winuser.h>
+# include <Wingdi.h>
#endif
#if HAVE_LIBGD