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

@ -26,12 +26,6 @@
extern zend_module_entry pdo_pgsql_module_entry;
#define phpext_pdo_pgsql_ptr &pdo_pgsql_module_entry
#ifdef PHP_WIN32
#define PHP_PDO_PGSQL_API __declspec(dllexport)
#else
#define PHP_PDO_PGSQL_API
#endif
#ifdef ZTS
#include "TSRM.h"
#endif