http://bugs.winehq.org/show_bug.cgi?id=22883
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #1 from Eric Pouech eric.pouech@orange.fr 2010-05-26 15:40:24 --- an alternative (and likely preferable) solution would be to embed into Wine a unicode RE library: - this would allow finishing moving all string management code to unicode in dbghelp - it would also solve the issue about not being able to compile dbghelp on windows because of the lack of RE lib (esp. with MSVC)
for example, TRE seems to be a reasonable choice (and its interface being posix, it should be easy to integrate)
A+