diff options
| author | Nuno Lopes <nlopess@php.net> | 2008-01-28 11:16:37 +0000 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2008-01-28 11:16:37 +0000 |
| commit | 2b7d0c4471a828ed76a97cb38a2edbe1649182fc (patch) | |
| tree | 6320080da5dee65ea033161ec10c4d63ccb11da2 | |
| parent | 6cdabede4c1ab363bb9dd3256e1ec9ce7fcfd84b (diff) | |
| download | php-git-2b7d0c4471a828ed76a97cb38a2edbe1649182fc.tar.gz | |
remove unused PHP_MYSQL_API macro
| -rw-r--r-- | ext/mysql/php_mysql_structs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/mysql/php_mysql_structs.h b/ext/mysql/php_mysql_structs.h index 7a25077c48..d27c960464 100644 --- a/ext/mysql/php_mysql_structs.h +++ b/ext/mysql/php_mysql_structs.h @@ -22,12 +22,6 @@ #ifndef PHP_MYSQL_STRUCTS_H #define PHP_MYSQL_STRUCTS_H -#ifdef PHP_WIN32 -#define PHP_MYSQL_API __declspec(dllexport) -#else -#define PHP_MYSQL_API -#endif - #if HAVE_MYSQL #ifdef ZTS |
