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

index b11ff4e3d29e195dc00a52027c00b47b11fb3d48..37436e66269aaea26da3324e6367c84e6e0e7780 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
-
 #ifdef ZTS
 #include "TSRM.h"
 #endif