DescriptionIssue #276 - replace TCHAR etc. with wide-character versions
As part of the replacement of the ATL string classes with standard versions,
we replace TCHAR and all the other symbols with configuration-dependent
character sizes with their wide-character versions.
TCHAR --> wchar_t
_T("...") --> L"..."
_tcscmp --> wcscmp
_tcslwr_s --> _wcslwr_s
_tcsstr --> wcsstr
Patch Set 1 #Patch Set 2 : #
MessagesTotal messages: 4
|