[Bug 7512] Problem with unicode comboboxes

Wine Bugs wine-bugs at winehq.org
Fri Jul 13 14:43:52 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7512





------- Additional Comments From mikolaj.zalewski at gmail.com  2007-13-07 14:43 -------
User32 builtin controls have both an ANSI and a Unicode winproc. Your code
obtained the ANSI winproc (with GetWindowLongA) and plugged it as a Unicode
winproc (with SetWindowLongW). Thus the ANSI function obtained Unicode string in
wparam/lparam (but interpreted them as ANSI strings).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list