From 9142f9a1a10f2df24f55e21b9203058bd0d2626a Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 26 Sep 2011 09:47:21 +0100 Subject: WaE: win32 cleanup --- dbaccess/source/ui/dlg/odbcconfig.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dbaccess/source') 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 re- // defines SQL_API to an empty string, leading to a compiler warning on MSC; to -- cgit