diff options
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 |