dbghelp: Return SymTagExe when requesting lexical parent of SymTagPublicSymbol in SymGetTypeInfo().

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2021-10-06 10:02:00 +02:00 committed by Alexandre Julliard
parent f2fbf59246
commit 2716e20438

View file

@ -775,6 +775,7 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
case SymTagBaseType:
case SymTagTypedef:
case SymTagBaseClass:
case SymTagPublicSymbol:
X(DWORD) = symt_ptr2index(module, &module->top->symt);
break;
default: