]> granicus.if.org Git - php/commitdiff
remove unused PHP_MYSQL_API macro
authorNuno Lopes <nlopess@php.net>
Mon, 28 Jan 2008 11:16:37 +0000 (11:16 +0000)
committerNuno Lopes <nlopess@php.net>
Mon, 28 Jan 2008 11:16:37 +0000 (11:16 +0000)
ext/mysql/php_mysql_structs.h

index 7a25077c4828b79ef10a6f6859ec286649f6a76c..d27c96046497218e56d52d13266f713f18d67e52 100644 (file)
 #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