diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-09-17 13:37:11 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-09-17 13:37:11 +0000 |
commit | 60812553d4fdeb3008b1b2751bf75735b82253ff (patch) | |
tree | b9bf5fb9a73ea39d02c3e4f676f5a9454e2f0d55 /ext/vpopmail/php_vpopmail.h | |
parent | 75aa3cfc5130fa11f99301aee7bd4c704e5a1e8e (diff) | |
download | php-git-60812553d4fdeb3008b1b2751bf75735b82253ff.tar.gz |
fix macros
Diffstat (limited to 'ext/vpopmail/php_vpopmail.h')
-rw-r--r-- | ext/vpopmail/php_vpopmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vpopmail/php_vpopmail.h b/ext/vpopmail/php_vpopmail.h index cb96bd3f8d..8b4842795f 100644 --- a/ext/vpopmail/php_vpopmail.h +++ b/ext/vpopmail/php_vpopmail.h @@ -75,7 +75,7 @@ ZEND_BEGIN_MODULE_GLOBALS(vpopmail) ZEND_END_MODULE_GLOBALS(vpopmail) #ifdef ZTS -#define VPOPMAILG(v) TSRMG(gd_vpopmail_id, php_vpopmail_globals *, v) +#define VPOPMAILG(v) TSRMG(vpopmail_globals_id, zend_vpopmail_globals *, v) #else #define VPOPMAILG(v) (vpopmail_globals.v) #endif |