diff options
Diffstat (limited to 'ext/filepro')
| -rw-r--r-- | ext/filepro/filepro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index f08812ed97..4195bd3ca5 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -138,7 +138,7 @@ zend_module_entry filepro_module_entry = { #if COMPILE_DL #include "dl/phpdl.h" -DLEXPORT zend_module_entry *get_module(void) { return &filepro_module_entry; } +ZEND_GET_MODULE(filepro) #if (WIN32|WINNT) && defined(THREAD_SAFE) /*NOTE: You should have an odbc.def file where you |
