Oct. 13, 2009
2:52 a.m.
"Nikolay Sivov" <bunglehead(a)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.