From: Nuno Lopes Date: Mon, 28 Jan 2008 11:16:37 +0000 (+0000) Subject: remove unused PHP_MYSQL_API macro X-Git-Tag: RELEASE_2_0_0a1~753 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b7d0c4471a828ed76a97cb38a2edbe1649182fc;p=php remove unused PHP_MYSQL_API macro --- 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