mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[NTUSER] Add 'Win:' comments to co_UserHideCaret and co_UserShowCaret
CORE-11700
This commit is contained in:
parent
73c1a8d19f
commit
7014f63057
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue