http://bugs.winehq.org/show_bug.cgi?id=3291
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2005-18-10 11:10 ------- Created an attachment (id=1203) --> (http://bugs.winehq.org/attachment.cgi?id=1203&action=view) test program
Ok, could this be the fix then:
line 969 in undname.c reads: /* MS mangled names always begin with '?' */ if (*sym->current != '?') return FALSE;
Looks like this is not really the case, if i comment this line out the attached program returns the same string as with native msvcrt.dll. Any comment?