http://bugs.winehq.org/show_bug.cgi?id=34503
Bug #: 34503 Summary: __unDName doesn't support flag UNDNAME_NO_THISTYPE Product: Wine Version: 1.7.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: info@vmpsoft.com Classification: Unclassified
Here is my version:
static BOOL handle_method(struct parsed_symbol* sym, BOOL cast_op) {
...
const char *ptr_modif; /* Implicit 'this' pointer */ /* If there is an implicit this pointer, const modifier follows */ if (!get_modifier(sym, &modifier, &ptr_modif)) goto done; if (sym->flags & UNDNAME_NO_THISTYPE) modifier = NULL; else if (modifier || ptr_modif) modifier = str_printf(sym, "%s %s", modifier, ptr_modif); }
Please check it
http://bugs.winehq.org/show_bug.cgi?id=34503
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0d17c4748065b337927962c053e | |0fdcc272251c3 Status|UNCONFIRMED |RESOLVED CC| |piotr.caban@gmail.com Resolution| |FIXED
--- Comment #1 from Piotr Caban piotr.caban@gmail.com 2013-10-23 05:15:39 CDT --- The flag is now supported. Marking as fixed.
http://bugs.winehq.org/show_bug.cgi?id=34503
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2013-10-25 12:54:47 CDT --- Closing bugs fixed in 1.7.5.