diff options
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r-- | ext/xml/php_xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index 66d7e81741..61450dce13 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -38,7 +38,7 @@ extern zend_module_entry xml_module_entry; #include <xmltok.h> #include <xmlparse.h> -#if WIN32||WINNT +#ifdef PHP_WIN32 #define PHP_XML_API __declspec(dllexport) #else #define PHP_XML_API |