http://bugs.winehq.org/show_bug.cgi?id=7512
------- Additional Comments From dmitry@codeweavers.com 2007-21-02 21:58 -------
It does not only have unicode problems ...
Please open separate bug reports for separate problems.
SetWindowLongW(EditHandle, GWL_WNDPROC, GetWindowLong(EditHandle, GWL_WNDPROC));
Last line has a bug .. can you spot it? :)
It sets an ANSI window proc using a unicode call, weird. Wonder how it works under Windows at all.