Commit 2716e204 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

parent f2fbf592
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment