[PATCH 5/6] [DbgHelp]: silence 0x112c symbol type

Eric Pouech eric.pouech at orange.fr
Sat Sep 6 15:20:13 CDT 2008




A+
---

 dlls/dbghelp/msc.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c
index da6c710..1a28091 100644
--- a/dlls/dbghelp/msc.c
+++ b/dlls/dbghelp/msc.c
@@ -1746,6 +1746,10 @@ static int codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* root
             TRACE("S-Align V1\n");
             break;
 
+        case 0x112c:
+            TRACE("Unsupported symbol id %x\n", sym->generic.id);
+            break;
+
         default:
             FIXME("Unsupported symbol id %x\n", sym->generic.id);
             dump(sym, 2 + sym->generic.len);





More information about the wine-patches mailing list