summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-09-26 09:47:21 +0100
committerJan Holesovsky <kendy@suse.cz>2011-10-07 16:30:52 +0200
commit9142f9a1a10f2df24f55e21b9203058bd0d2626a (patch)
treee38d72c8eb8edf28fe6ad987597be768dfd83c91 /dbaccess/source
parentn#685123: Undo corrupting the document. (diff)
downloadcore-9142f9a1a10f2df24f55e21b9203058bd0d2626a.tar.gz
core-9142f9a1a10f2df24f55e21b9203058bd0d2626a.zip
WaE: win32 cleanup
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.cxx b/dbaccess/source/ui/dlg/odbcconfig.cxx
index 858bf0a8f5d9..c01f82b402af 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.cxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.cxx
@@ -67,6 +67,7 @@
// just to go with calling convention of windows
// so don't touch this
#if defined(WNT)
+#undef SQL_API
#define SQL_API __stdcall
// At least under some circumstances, the below #include <odbc/sqlext.h> re-
// defines SQL_API to an empty string, leading to a compiler warning on MSC; to