__unDNameEx is not a stub

Michael Stefaniuc mstefani at redhat.de
Tue Feb 7 17:17:18 CST 2006


Hello!

Failing to demangle 32 out of 6678 VC++ symbols from the mfc42.dll
dosn't make this function count as stub.

bye
	michael
-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
Sr. Network Engineer            Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani at redhat.com
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart
-------------- next part --------------
__unDNameEx is not a stub.

---

 dlls/msvcrt/undname.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

eeb77b4c7b325b35fcb82547d0235b31f8b3a05e
diff --git a/dlls/msvcrt/undname.c b/dlls/msvcrt/undname.c
index 5c2f47f..16e21d8 100644
--- a/dlls/msvcrt/undname.c
+++ b/dlls/msvcrt/undname.c
@@ -1160,7 +1160,7 @@ char* __unDNameEx(char* buffer, const ch
     struct parsed_symbol        sym;
     const char*                 result;
 
-    TRACE("(%p,%s,%d,%p,%p,%p,%x) stub!\n",
+    TRACE("(%p,%s,%d,%p,%p,%p,%x)\n",
           buffer, mangled, buflen, memget, memfree, unknown, flags);
     
     /* The flags details is not documented by MS. However, it looks exactly
-- 
1.1.4


More information about the wine-patches mailing list