13 Sep
2013
13 Sep
'13
3:15 a.m.
http://bugs.winehq.org/show_bug.cgi?id=34502 --- Comment #1 from Ivan Permyakov <info(a)vmpsoft.com> 2013-09-12 22:15:56 CDT --- static BOOL get_modifier(struct parsed_symbol *sym, const char **ret, const char **ptr_modif) { *ptr_modif = NULL; if (*sym->current == 'E') { sym->current++; if (!(sym->flags & UNDNAME_NO_MS_KEYWORDS)) { *ptr_modif = "__ptr64"; if (sym->flags & UNDNAME_NO_LEADING_UNDERSCORES) *ptr_modif += 2; } } ... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.