diff options
author | Harald Radi <phanto@php.net> | 2001-10-17 12:50:12 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-10-17 12:50:12 +0000 |
commit | d5f1b1b60f9249b86cb384defc3b8cc35982709f (patch) | |
tree | ca9b2ed5ab8cd40f49b0baef77544e46db6999a4 /ext/com/php_COM.h | |
parent | c23251600593d9bc84f1e65ed6251462c976d4bf (diff) | |
download | php-git-d5f1b1b60f9249b86cb384defc3b8cc35982709f.tar.gz |
rename module entry
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 */ |