Index: win32ss/user/ntuser/caret.c =================================================================== --- win32ss/user/ntuser/caret.c (revision 74170) +++ win32ss/user/ntuser/caret.c (working copy) @@ -29,7 +29,7 @@ return; } - hdc = UserGetDCEx(pWnd, 0, DCX_USESTYLE | DCX_WINDOW); + hdc = UserGetDCEx(pWnd, 0, DCX_USESTYLE); if (!hdc) { ERR("GetDC failed\n");