IsWindowUnicode() is always true after RegisterClassW

Dmitry Timoshkov dmitry at codeweavers.com
Mon Oct 12 21:52:35 CDT 2009


"Nikolay Sivov" <bunglehead at gmail.com> wrote:

> Next question if you don't mind: IsWindowUnicode() for Wine created 
> common controls window handles
> will always return TRUE, so I could easily drop such checks?

Subclassing a window may change that.

There is a bunch of IsWindowUnicode() tests in dlls/user32/tests/win.c,
test_IsWindowUnicode() and dlls/user32/tests/class.c,test_builtinproc().

-- 
Dmitry.



More information about the wine-devel mailing list