summaryrefslogtreecommitdiff
path: root/ext/dom/xml_common.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-06-14 18:15:50 +0000
committerRob Richards <rrichards@php.net>2003-06-14 18:15:50 +0000
commitd1bfc58aee0944095757e252074558c5809a55e9 (patch)
treec6346a75fef81d953cda608dd6ce6a8b506ac0f2 /ext/dom/xml_common.h
parentc104c0d6767b0d798f1fd3ea2bcefb3143bd8394 (diff)
downloadphp-git-d1bfc58aee0944095757e252074558c5809a55e9.tar.gz
use xmlInitParser instead of xmlInitThreads
reentrant safe as well no need for xml_parser_inited
Diffstat (limited to 'ext/dom/xml_common.h')
-rw-r--r--ext/dom/xml_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/dom/xml_common.h b/ext/dom/xml_common.h
index f931cfa3bb..1e3087e0ab 100644
--- a/ext/dom/xml_common.h
+++ b/ext/dom/xml_common.h
@@ -61,9 +61,6 @@ typedef struct _dom_object {
#else
#define PHPAPI __declspec(dllimport)
#endif /* DOM_EXPORTS */
-#define DOM_IMPORT __declspec(dllimport)
-#else
-#define DOM_IMPORT extern
#endif /* PHP_WIN32 */
#ifdef ZTS