13 Oct
2009
13 Oct
'09
5: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.