http://bugs.winehq.org/show_bug.cgi?id=58837
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com Status|NEW |ASSIGNED Component|kernel32 |dbghelp
--- Comment #3 from Eric Pouech eric.pouech@gmail.com --- raised MR!9284
in a nutshell, some debug formats didn't follow the SLMFLAG_NO_SYMBOLS flag in dbghelp.SymLoadModuleEx
and where hence exposing internal function names (decorated names on 32bit and/or internal function name when it differs from exported name)
the referrenced MR (upon other things) ensures that for all formats support the flag
(changing ticket module to dbghelp)