diff options
Diffstat (limited to 'ext/fdf/php_fdf.h')
-rw-r--r-- | ext/fdf/php_fdf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index cef900dc01..c02cc4c247 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -28,8 +28,8 @@ */ /* $Id$ */ -#ifndef _PHP_FDF_H -#define _PHP_FDF_H +#ifndef PHP_FDF_H +#define PHP_FDF_H #if HAVE_FDFLIB #if WIN32|WINNT @@ -62,4 +62,4 @@ PHP_FUNCTION(fdf_add_template); #else #define phpext_fdf_ptr NULL #endif -#endif /* _PHP_FDF_H */ +#endif /* PHP_FDF_H */ |