Eric Pouech : winedump: Dump S_SSEARCH_V1 symbols.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Jan 6 05:12:52 CST 2007


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

Author: Eric Pouech <eric.pouech at wanadoo.fr>
Date:   Fri Jan  5 21:43:17 2007 +0100

winedump: Dump S_SSEARCH_V1 symbols.

---

 tools/winedump/msc.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tools/winedump/msc.c b/tools/winedump/msc.c
index a516afb..178c3d4 100644
--- a/tools/winedump/msc.c
+++ b/tools/winedump/msc.c
@@ -1162,6 +1162,11 @@ int codeview_dump_symbols(const void* ro
             /* simply skip it */
             break;
 
+        case S_SSEARCH_V1:
+            printf("\tSSearch V1: (%04x:%08x)\n",
+                   sym->ssearch_v1.segment, sym->ssearch_v1.offset);
+            break;
+
         default:
             printf(">>> Unsupported symbol-id %x sz=%d\n", sym->generic.id, sym->generic.len + 2);
             dump_data((const void*)sym, sym->generic.len + 2, "  ");




More information about the wine-cvs mailing list