Eric Pouech : dbghelp: Silence symbol 0x1139.

Alexandre Julliard julliard at winehq.org
Wed Oct 1 14:09:13 CDT 2008


Module: wine
Branch: master
Commit: 1a6e018f0e46db80554f9ba1b2c8ccaedb3142b6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1a6e018f0e46db80554f9ba1b2c8ccaedb3142b6

Author: Eric Pouech <eric.pouech at orange.fr>
Date:   Mon Sep 29 21:31:21 2008 +0200

dbghelp: Silence symbol 0x1139.

---

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

diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c
index c5858a2..02f9072 100644
--- a/dlls/dbghelp/msc.c
+++ b/dlls/dbghelp/msc.c
@@ -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;
 




More information about the wine-cvs mailing list