user32/spy: Use already retrieved window name and class name as WCHAR strings

Nikolay Sivov nsivov at codeweavers.com
Fri Sep 30 11:13:53 CDT 2011


While it seems it's ok to use these strings at this point, the question 
remains - when using CreateWindowA vs CreateWindowW does it really means 
window will be unicode or not and will IsWindowUnicode() give reliable 
output on such window.

This is spotted while running Monthcal tests that use CreateWindowA() 
and IsWindowUnicode returns 1 for it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Use-already-retrieved-window-name-and-class-name-as-.patch
Type: text/x-patch
Size: 1362 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110930/e92d3317/attachment.bin>


More information about the wine-patches mailing list