summaryrefslogtreecommitdiff
path: root/ext/cpdf
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cpdf')
-rw-r--r--ext/cpdf/cpdf.c2
-rw-r--r--ext/cpdf/php_cpdf.h (renamed from ext/cpdf/php3_cpdf.h)4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c
index 2be6d57fc6..cacb476ef5 100644
--- a/ext/cpdf/cpdf.c
+++ b/ext/cpdf/cpdf.c
@@ -54,7 +54,7 @@
#endif
#if HAVE_CPDFLIB
-#include "php3_cpdf.h"
+#include "php_cpdf.h"
#ifdef THREAD_SAFE
DWORD CPDFlibTls;
diff --git a/ext/cpdf/php3_cpdf.h b/ext/cpdf/php_cpdf.h
index 8269b2f24f..48823a9216 100644
--- a/ext/cpdf/php3_cpdf.h
+++ b/ext/cpdf/php_cpdf.h
@@ -28,8 +28,8 @@
*/
/* $Id$ */
-#ifndef _PHP3_CPDF_H
-#define _PHP3_CPDF_H
+#ifndef _PHP_CPDF_H
+#define _PHP_CPDF_H
#if HAVE_CPDFLIB