TreeView notifications fix

Mike Hearn m.hearn at signal.qinetiq.com
Wed Mar 19 05:39:15 CST 2003


> And this is a bug, no?
> 
> > IsWindowUnicode() could well be correct and the bug lies elsewhere. But
> 
> How can that be, if we get different results than on Windows?

Turns out you were right, the bug seems to be in IsWindowUnicode. It
only ever looks at the winproc, but dialogs (for some reason) seem to
use their own, in the extra window bytes. Adding in a check for that,
fixed WinAmp. I think this is definately a more correct fix than my last
one.

ChangeLog:
- Make IsWindowUnicode correct for dialogs

thanks to dante and dimi for this patch,
-mike

-------------- next part --------------
A non-text attachment was scrubbed...
Name: iswindowunicode.patch
Type: text/x-patch
Size: 1027 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20030319/9ed976f1/iswindowunicode.bin


More information about the wine-patches mailing list