mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
fix import/export for win32 when enabled by default
This commit is contained in:
parent
a8eba3cc80
commit
85488c4a0d
@ -48,6 +48,12 @@ extern zend_module_entry dom_module_entry;
|
|||||||
#include <libxml/xpointer.h>
|
#include <libxml/xpointer.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef PHP_WIN32
|
||||||
|
#ifndef DOM_EXPORTS
|
||||||
|
#define DOM_EXPORTS
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "xml_common.h"
|
#include "xml_common.h"
|
||||||
|
|
||||||
/* DOM API_VERSION, please bump it up, if you change anything in the API
|
/* DOM API_VERSION, please bump it up, if you change anything in the API
|
||||||
@ -102,4 +108,4 @@ PHP_MINIT_FUNCTION(dom);
|
|||||||
PHP_MSHUTDOWN_FUNCTION(dom);
|
PHP_MSHUTDOWN_FUNCTION(dom);
|
||||||
PHP_MINFO_FUNCTION(dom);
|
PHP_MINFO_FUNCTION(dom);
|
||||||
|
|
||||||
#endif /* _PHP_DIR_H */
|
#endif /* PHP_DOM_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user