diff options
-rw-r--r-- | ext/com/php_COM.h | 4 | ||||
-rw-r--r-- | ext/rpc/com/php_com.h | 4 |
2 files changed, 4 insertions, 4 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 */ diff --git a/ext/rpc/com/php_com.h b/ext/rpc/com/php_com.h index c44c808fe0..5c0155515b 100644 --- a/ext/rpc/com/php_com.h +++ b/ext/rpc/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 */ |