https://bugs.winehq.org/show_bug.cgi?id=53935
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #4 from Eric Pouech eric.pouech@gmail.com --- (In reply to Ivan Permyakov from comment #0)
Here is my sources of undname.c:
static void append_extended_modifier(struct parsed_symbol *sym, const char **where, const char *str) { if (!(sym->flags & UNDNAME_NO_MS_KEYWORDS))
- it looks strange that the "&" and "&&" modifiers (plain C++) are tagged under the MS keywords bits
Ivan: would you mind submitting a patch including your modifications to undname.c ? tests are required especially with & without the UNDNAME_MS_KEYBOARD flag