diff options
| author | Pierre Joye <pajoye@php.net> | 2009-04-07 12:45:26 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-04-07 12:45:26 +0000 |
| commit | 8cd0428d093e687fa604881df939868a6f4cb647 (patch) | |
| tree | edca7db40b41cde864008aade98942eade3e1690 | |
| parent | d2c489e35080f9dfbe93fdfe7e3b4f406c7fa055 (diff) | |
| download | php-git-8cd0428d093e687fa604881df939868a6f4cb647.tar.gz | |
- ws
| -rw-r--r-- | ext/gd/gd.c | 6 |
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 |
