summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/php_pdo_mysql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql.h')
-rwxr-xr-xext/pdo_mysql/php_pdo_mysql.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql.h b/ext/pdo_mysql/php_pdo_mysql.h
index f3f09325be..8a9922f10f 100755
--- a/ext/pdo_mysql/php_pdo_mysql.h
+++ b/ext/pdo_mysql/php_pdo_mysql.h
@@ -24,12 +24,6 @@
extern zend_module_entry pdo_mysql_module_entry;
#define phpext_pdo_mysql_ptr &pdo_mysql_module_entry
-#ifdef PHP_WIN32
-#define PHP_PDO_MYSQL_API __declspec(dllexport)
-#else
-#define PHP_PDO_MYSQL_API
-#endif
-
#ifdef ZTS
#include "TSRM.h"
#endif