diff options
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql.h')
-rwxr-xr-x | ext/pdo_mysql/php_pdo_mysql.h | 6 |
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 |