mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -24,12 +24,6 @@
|
|||
extern zend_module_entry xmlreader_module_entry;
|
||||
#define phpext_xmlreader_ptr &xmlreader_module_entry
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#define PHP_XMLREADER_API __declspec(dllexport)
|
||||
#else
|
||||
#define PHP_XMLREADER_API
|
||||
#endif
|
||||
|
||||
#ifdef ZTS
|
||||
#include "TSRM.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue