diff options
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 3424992d37..19d1b8de76 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -31,8 +31,8 @@ /* $Id$ */ -#ifndef _PHP_GD_H -#define _PHP_GD_H +#ifndef PHP_GD_H +#define PHP_GD_H #define HAVE_GDIMAGECREATEFROMPNG 1 @@ -159,4 +159,4 @@ static void _php_image_output_wbmp(gdImagePtr im, FILE *fp); #endif -#endif /* _PHP_GD_H */ +#endif /* PHP_GD_H */ |