diff options
-rw-r--r-- | ext/skeleton/php_skeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/skeleton/php_skeleton.h b/ext/skeleton/php_skeleton.h index cf590051b9..0a0986ef18 100644 --- a/ext/skeleton/php_skeleton.h +++ b/ext/skeleton/php_skeleton.h @@ -78,7 +78,7 @@ typedef struct { #else -#define php_extname_ptr NULL +#define phpext_extname_ptr NULL #endif |