Kaydet (Commit) cfeb82a6 authored tarafından David Tardon's avatar David Tardon

solar types are gone--remove this hack

üst fbcbfa9d
......@@ -31,18 +31,11 @@
#include "odbcconfig.hxx"
// 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 <windows.h>).
#define ULONG ODBC_ULONG
#ifdef SYSTEM_ODBC_HEADERS
#include <sqltypes.h>
#else
#include <odbc/sqltypes.h>
#endif
#undef ULONG
#undef BOOL
#include <rtl/bootstrap.hxx>
#include <rtl/ustring.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment