mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
add char16_t/char32_t types to BASIC_TYPE_STRINGS.
This commit is contained in:
parent
0e83fdbe70
commit
5aa3475889
1 changed files with 3 additions and 1 deletions
|
@ -164,7 +164,9 @@ static wchar_t* BASIC_TYPE_STRINGS [] = {
|
||||||
L"<complex>",
|
L"<complex>",
|
||||||
L"<bit>",
|
L"<bit>",
|
||||||
L"BSTR",
|
L"BSTR",
|
||||||
L"HRESULT"
|
L"HRESULT",
|
||||||
|
L"char16_t",
|
||||||
|
L"char32_t"
|
||||||
};
|
};
|
||||||
|
|
||||||
BSTR getName(IDiaSymbol * pSymbol) {
|
BSTR getName(IDiaSymbol * pSymbol) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue