dbghelp: Return a lexical parent for enums (as we do for UDTs).
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
62c06fc31c
commit
29fedfb5d4
|
@ -717,6 +717,7 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
|
|||
X(DWORD) = symt_ptr2index(module, ((const struct symt_function_arg_type*)type)->container);
|
||||
break;
|
||||
case SymTagUDT:
|
||||
case SymTagEnum:
|
||||
X(DWORD) = symt_ptr2index(module, &module->top->symt);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue