summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml.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/simplexml/php_simplexml.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/simplexml/php_simplexml.h')
-rw-r--r--ext/simplexml/php_simplexml.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h
index 233452dafa..ec5ac2671c 100644
--- a/ext/simplexml/php_simplexml.h
+++ b/ext/simplexml/php_simplexml.h
@@ -26,10 +26,8 @@ extern zend_module_entry simplexml_module_entry;
#ifdef PHP_WIN32
#define PHP_SIMPLEXML_API __declspec(dllexport)
-#define SIMPLEXML_IMPORT __declspec(dllimport)
#else
#define PHP_SIMPLEXML_API
-#define SIMPLEXML_IMPORT extern
#endif
#ifdef ZTS