From 61eb7ae5544324c7d79b83d4150e51e01121314a Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 3 Jan 2008 16:20:33 +0000 Subject: remove unused PHP_EXTNAME_API macros. #in preparation for the gcc 4 visibility patch --- ext/xml/php_xml.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/xml/php_xml.h') diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index d22f28de82..c3a80e552c 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -34,12 +34,6 @@ extern zend_module_entry xml_module_entry; #include "ext/xml/expat_compat.h" -#ifdef PHP_WIN32 -#define PHP_XML_API __declspec(dllexport) -#else -#define PHP_XML_API -#endif - #ifdef XML_UNICODE #error "UTF-16 Unicode support not implemented!" -- cgit v1.2.1