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

fix build with system ODBC

üst 03bee2a7
......@@ -36,7 +36,11 @@
// 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
......
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