diff options
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r-- | ext/standard/dl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h index 87a684e583..a6e134e691 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -56,5 +56,6 @@ extern void php3_info_dl(ZEND_MODULE_INFO_FUNC_ARGS); #endif +#define phpext_dl_ptr dl_module_ptr #endif /* _DL_H */ |