Commit 96c3f587 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Silence some FIXME for SymGetTypeInfo/TI_GET_OFFSET.

parent 106a056c
...@@ -983,6 +983,8 @@ BOOL symt_get_info(struct module* module, const struct symt* type, ...@@ -983,6 +983,8 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
case SymTagLabel: case SymTagLabel:
case SymTagInlineSite: case SymTagInlineSite:
case SymTagCustom: case SymTagCustom:
case SymTagPublicSymbol:
case SymTagThunk:
return FALSE; return FALSE;
} }
break; break;
......
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