From 0036b8bba00a1e7cdbe3994b1bb5f3cf3f3176ad Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 12 Feb 2000 14:38:31 +0000 Subject: #if WIN.* => #ifdef PHP_WIN32 #if !(WIN.* => #ifndef PHP_WIN32 --- ext/xml/php_xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/xml/php_xml.h') 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 #include -#if WIN32||WINNT +#ifdef PHP_WIN32 #define PHP_XML_API __declspec(dllexport) #else #define PHP_XML_API -- cgit v1.2.1