remove unused PHP_EXTNAME_API macros.

#in preparation for the gcc 4 visibility patch
This commit is contained in:
Nuno Lopes 2008-01-03 16:20:33 +00:00
parent 32dfad780c
commit 61eb7ae554
27 changed files with 0 additions and 162 deletions

View file

@ -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!"