MFB: 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:18:29 +00:00
parent 584a7c7be8
commit 1dc0e94e0f
26 changed files with 0 additions and 156 deletions

View file

@ -25,12 +25,6 @@
extern zend_module_entry pdo_sqlite_module_entry;
#define phpext_pdo_sqlite_ptr &pdo_sqlite_module_entry
#ifdef PHP_WIN32
#define PHP_PDO_SQLITE_API __declspec(dllexport)
#else
#define PHP_PDO_SQLITE_API
#endif
#ifdef ZTS
#include "TSRM.h"
#endif