Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[deps](odbc) undefined the BOOL in include/sqltypes.h (#28014)
When `ENABLE_PCH = false`, this define will be conflict with BOOL in `include/arrow/type_fwd.h`. The ODBC table will be deprecated in 2.1, so I just simply undefined the BOOL in include/sqltypes.h to make compile OK
- Loading branch information