mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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:
parent
f2fbf59246
commit
2716e20438
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue