diff options
Diffstat (limited to 'ext/cpdf/php_cpdf.h')
-rw-r--r-- | ext/cpdf/php_cpdf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/cpdf/php_cpdf.h b/ext/cpdf/php_cpdf.h index cf7cd7dc7a..9c44e513ad 100644 --- a/ext/cpdf/php_cpdf.h +++ b/ext/cpdf/php_cpdf.h @@ -28,8 +28,8 @@ */ /* $Id$ */ -#ifndef _PHP_CPDF_H -#define _PHP_CPDF_H +#ifndef PHP_CPDF_H +#define PHP_CPDF_H #if HAVE_CPDFLIB |