mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
This commit is contained in:
parent
32dfad780c
commit
61eb7ae554
27 changed files with 0 additions and 162 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue