diff options
Diffstat (limited to 'ext/fdf/fdf.c')
| -rw-r--r-- | ext/fdf/fdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 0c75cc98b8..fbfc4a1a02 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -105,7 +105,7 @@ zend_module_entry fdf_module_entry = { #if COMPILE_DL #include "dl/phpdl.h" -DLEXPORT zend_module_entry *get_module(void) { return &fdf_module_entry; } +ZEND_GET_MODULE(fdf) #endif static void phpi_FDFClose(FDFDoc fdf) { |
