[NTUSER] Add 'Win:' comments to co_UserHideCaret and co_UserShowCaret

CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2023-02-14 10:57:25 +09:00
parent 73c1a8d19f
commit 7014f63057

View file

@ -222,6 +222,7 @@ co_IntSetCaretPos(int X, int Y)
return FALSE;
}
/* Win: zzzHideCaret */
BOOL FASTCALL co_UserHideCaret(PWND Window OPTIONAL)
{
PTHREADINFO pti;
@ -257,6 +258,7 @@ BOOL FASTCALL co_UserHideCaret(PWND Window OPTIONAL)
return TRUE;
}
/* Win: zzzShowCaret */
BOOL FASTCALL co_UserShowCaret(PWND Window OPTIONAL)
{
PTHREADINFO pti;