From 1dc0e94e0f67aa3b602e0131f01cdc0ef6e0f48a Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 3 Jan 2008 16:18:29 +0000 Subject: MFB: remove unused PHP_EXTNAME_API macros. #in preparation for the gcc 4 visibility patch --- ext/pdo_firebird/php_pdo_firebird.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ext/pdo_firebird/php_pdo_firebird.h') diff --git a/ext/pdo_firebird/php_pdo_firebird.h b/ext/pdo_firebird/php_pdo_firebird.h index 0cbcd46936..f3e4092fd6 100644 --- a/ext/pdo_firebird/php_pdo_firebird.h +++ b/ext/pdo_firebird/php_pdo_firebird.h @@ -24,18 +24,6 @@ extern zend_module_entry pdo_firebird_module_entry; #define phpext_pdo_firebird_ptr &pdo_firebird_module_entry -#ifdef PHP_WIN32 -# ifdef PDO_FIREBIRD_EXPORTS -# define PDO_FB_API __declspec(dllexport) -# elif defined(COMPILE_DL_PDO_FIREBIRD) -# define PDO_FB_API __declspec(dllimport) -# else -# define PDO_FB_API -# endif -#else -# define PDO_FB_API -#endif - #ifdef ZTS #include "TSRM.h" #endif -- cgit v1.2.1