diff options
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r-- | ext/mssql/php_mssql.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index bcad0266c..2622d36d2 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -17,7 +17,7 @@ */ -/* $Id: php_mssql.h 281165 2009-05-26 12:37:52Z felipe $ */ +/* $Id: php_mssql.h 281162 2009-05-26 12:32:00Z felipe $ */ #ifndef PHP_MSSQL_H #define PHP_MSSQL_H @@ -25,11 +25,6 @@ #if HAVE_MSSQL #define MSDBLIB -#ifdef PHP_WIN32 -#define PHP_MSSQL_API __declspec(dllexport) -#else -#define PHP_MSSQL_API -#endif #include <sqlfront.h> #include <sqldb.h> |