Commit 9cb69964 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Member's lexical parent is module (not parent UDT).

parent a5c6cd5a
......@@ -321,7 +321,7 @@ BOOL symt_add_udt_element(struct module* module, struct symt_udt* udt_type,
m->hash_elt.next = NULL;
m->kind = DataIsMember;
m->container = &udt_type->symt;
m->container = &module->top->symt; /* native defines lexical parent as module, not udt... */
m->type = elt_type;
m->u.member.offset = offset;
m->u.member.bit_offset = bit_offset;
......
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