summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r--ext/mssql/php_mssql.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h
index dd6ff64552..3565d604bf 100644
--- a/ext/mssql/php_mssql.h
+++ b/ext/mssql/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>