add char16_t/char32_t types to BASIC_TYPE_STRINGS.

This commit is contained in:
Markus Piéton 2019-06-13 17:52:37 +02:00
parent 0e83fdbe70
commit 5aa3475889

View file

@ -164,7 +164,9 @@ static wchar_t* BASIC_TYPE_STRINGS [] = {
L"<complex>",
L"<bit>",
L"BSTR",
L"HRESULT"
L"HRESULT",
L"char16_t",
L"char32_t"
};
BSTR getName(IDiaSymbol * pSymbol) {