diff options
Diffstat (limited to 'ext/mcrypt/php_mcrypt.h')
-rw-r--r-- | ext/mcrypt/php_mcrypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h index a76fa27e1f..fbeda253c3 100644 --- a/ext/mcrypt/php_mcrypt.h +++ b/ext/mcrypt/php_mcrypt.h @@ -25,4 +25,6 @@ PHP_FUNCTION(mcrypt_create_iv); #define mcrypt_module_ptr NULL #endif +#define phpext_mcrypt_ptr mcrypt_module_ptr + #endif |