]> granicus.if.org Git - php/commitdiff
- Fix dll linkage warnings
authorAndi Gutmans <andi@php.net>
Sun, 25 Feb 2001 05:21:31 +0000 (05:21 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 25 Feb 2001 05:21:31 +0000 (05:21 +0000)
Zend/zend_modules.h

index c8be5949ee6f80454a7e962c0bb975f939c10d4d..dc621f02545ecbd2411fb56ab6bf1b364efbf254 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef MODULES_H
 #define MODULES_H
 
+#include "zend.h"
+
 #define INIT_FUNC_ARGS         int type, int module_number ELS_DC
 #define INIT_FUNC_ARGS_PASSTHRU        type, module_number ELS_CC
 #define SHUTDOWN_FUNC_ARGS     int type, int module_number
@@ -35,8 +37,6 @@ ZEND_API extern unsigned char first_arg_allow_ref[];
 ZEND_API extern unsigned char second_arg_force_ref[];
 ZEND_API extern unsigned char second_arg_allow_ref[];
 
-#include "zend.h"
-
 #define ZEND_MODULE_API_NO 20001222
 #ifdef ZTS
 #define USING_ZTS 1