dbghelp: Silence symbol 0x1139.

This commit is contained in:
Eric Pouech 2008-09-29 21:31:21 +02:00 committed by Alexandre Julliard
parent cff33cedf5
commit 1a6e018f0e
1 changed files with 1 additions and 0 deletions

View File

@ -1731,6 +1731,7 @@ static int codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* root
case S_SECUCOOKIE_V3:
case S_SECTINFO_V3:
case S_SUBSECTINFO_V3:
case 0x1139:
TRACE("Unsupported symbol id %x\n", sym->generic.id);
break;