summaryrefslogtreecommitdiff
path: root/ext/mcrypt/php_mcrypt.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-05-06 20:54:56 +0000
committerSascha Schumann <sas@php.net>1999-05-06 20:54:56 +0000
commit2c42111694035557de3cf188d4c71b34b004471c (patch)
treea8334a56bd024a497bceeff71493fcef1f8a7e02 /ext/mcrypt/php_mcrypt.h
parenta793fea1f7b2c79819ea63d3c83084bd41afe66f (diff)
downloadphp-git-2c42111694035557de3cf188d4c71b34b004471c.tar.gz
add compat #define
Diffstat (limited to 'ext/mcrypt/php_mcrypt.h')
-rw-r--r--ext/mcrypt/php_mcrypt.h2
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