diff --git a/connectivity/source/drivers/adabas/BDriver.cxx b/connectivity/source/drivers/adabas/BDriver.cxx index bb72894d621c..186e7263a7de 100755 --- a/connectivity/source/drivers/adabas/BDriver.cxx +++ b/connectivity/source/drivers/adabas/BDriver.cxx @@ -29,20 +29,11 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" -#include - -// Include odbc/sqltypes.h specifically and early to handle its nasty -// re-definitions of BOOL and typedef of ULONG that clash horribly -// with the solar.h stuff (which itself already clashes with ). - -#define ULONG ODBC_ULONG #ifdef SYSTEM_ODBC_HEADERS #include #else #include #endif -#undef ULONG -#undef BOOL #include #include