summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/php_pdo_firebird.h
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-01-03 16:20:33 +0000
committerNuno Lopes <nlopess@php.net>2008-01-03 16:20:33 +0000
commit61eb7ae5544324c7d79b83d4150e51e01121314a (patch)
tree66491472d454f4cd7bd49f34b1f661fe8e64b689 /ext/pdo_firebird/php_pdo_firebird.h
parent32dfad780c175e6ac45aadf7334377237b448390 (diff)
downloadphp-git-61eb7ae5544324c7d79b83d4150e51e01121314a.tar.gz
remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
Diffstat (limited to 'ext/pdo_firebird/php_pdo_firebird.h')
-rw-r--r--ext/pdo_firebird/php_pdo_firebird.h12
1 files changed, 0 insertions, 12 deletions
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