"Nikolay Sivov" bunglehead@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().