Fix conflit name TCHAR in odbc sqltypes.h and clucene clucene-config.h. Change TCHAR to TWCHAR in odbc sqltypes.h, because TCHAR in odbc is not found used in doris, but there are too many places to call clucene's TCHAR. thirdparty/installed/include/sqltypes.h: `typedef char TCHAR;` thirdparty/installed/include/CLucene/clucene-config.h: `typedef wchar_t TCHAR;`