diff options
Diffstat (limited to 'ext/com/php_COM.h')
-rw-r--r-- | ext/com/php_COM.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/com/php_COM.h b/ext/com/php_COM.h index c44c808fe0..5c0155515b 100644 --- a/ext/com/php_COM.h +++ b/ext/com/php_COM.h @@ -41,11 +41,11 @@ zend_class_entry COM_class_entry; END_EXTERN_C() -#define COM_module_ptr &COM_module_entry +#define phpext_com_ptr &COM_module_entry #else -#define COM_module_ptr NULL +#define phpext_com_ptr NULL #endif /* PHP_WIN32 */ |