summaryrefslogtreecommitdiff
path: root/ext/pdf/pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdf/pdf.c')
-rw-r--r--ext/pdf/pdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c
index 6bae1adde4..1755d23bb0 100644
--- a/ext/pdf/pdf.c
+++ b/ext/pdf/pdf.c
@@ -170,7 +170,7 @@ zend_module_entry pdf_module_entry = {
#if COMPILE_DL
#include "dl/phpdl.h"
-DLEXPORT zend_module_entry *get_module(void) { return &pdf_module_entry; }
+ZEND_GET_MODULE(pdf)
#endif
static void _free_pdf_image(int image)