mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NtUser]
- Since this is hiding the cursor, no window, just return. See CORE-9723. svn path=/trunk/; revision=67856
This commit is contained in:
@@ -23,6 +23,12 @@ co_IntDrawCaret(PWND pWnd, PTHRDCARETINFO CaretInfo)
|
||||
HBITMAP hbmOld;
|
||||
BOOL bDone = FALSE;
|
||||
|
||||
if (pWnd == NULL)
|
||||
{
|
||||
TRACE("Null Window!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
hdc = UserGetDCEx(pWnd, 0, DCX_USESTYLE | DCX_WINDOW);
|
||||
if (!hdc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user