http://bugs.winehq.org/show_bug.cgi?id=7712
------- Additional Comments From rmay@ou.edu 2007-16-03 10:34 ------- Thinking about this more and looking at traces, this seems odd to me (though I'm welcome to be told I'm wrong). Here's the call pattern:
CreateWindowExA SendMessageA WINPROC_CallProcAtoW ******* DefWindowProcA DEFWND_SetTextA
Why would a cross-call (A-to-W) be needed when it in the end calls more SetTextA?