lurcher / unixODBC

The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms.
GNU Lesser General Public License v2.1
94 stars 51 forks source link

Definition of TCHAR when UNICODE is defined #168

Open preoteasa opened 3 months ago

preoteasa commented 3 months ago

When UNICODE is defined, TCHAR is defined to be signed short, while WCHAR is defined to be unsigned short. Shouldn't TCHAR be the same type as WCHAR in this case?