windows.cfg: Add _TCHAR platform type. (#1291)

_TCHAR is simply the same as TCHAR. Defined in tchar.h.
More information about it:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/0073fa7b-5cf5-469c-978f-2961f9d4ecb2/tchar-vs-tchar?forum=vcgeneral
This commit is contained in:
Sebastian 2018-06-20 10:25:39 +02:00 committed by amai2012
parent b4cb2505c3
commit c74ec34da8
1 changed files with 7 additions and 0 deletions

View File

@ -831,6 +831,13 @@
<platform type="win32W"/> <platform type="win32W"/>
<platform type="win64"/> <platform type="win64"/>
</platformtype> </platformtype>
<platformtype name="_TCHAR" value="char">
<platform type="win32A"/>
</platformtype>
<platformtype name="_TCHAR" value="wchar_t">
<platform type="win32W"/>
<platform type="win64"/>
</platformtype>
<platformtype name="UCHAR" value="char"> <platformtype name="UCHAR" value="char">
<unsigned/> <unsigned/>
<platform type="win32A"/> <platform type="win32A"/>