mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
- Fix typo.
svn path=/trunk/; revision=38344
This commit is contained in:
parent
af2f0d64d5
commit
1d97cdc07b
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ NtUserGetCursorInfo(
|
||||||
CURSORINFO SafeCi;
|
CURSORINFO SafeCi;
|
||||||
PSYSTEM_CURSORINFO CurInfo;
|
PSYSTEM_CURSORINFO CurInfo;
|
||||||
PWINSTATION_OBJECT WinSta;
|
PWINSTATION_OBJECT WinSta;
|
||||||
NTSTATUS Status = STATUS_SUCCESS;;
|
NTSTATUS Status = STATUS_SUCCESS;
|
||||||
PCURICON_OBJECT CurIcon;
|
PCURICON_OBJECT CurIcon;
|
||||||
BOOL Ret = FALSE;
|
BOOL Ret = FALSE;
|
||||||
DECLARE_RETURN(BOOL);
|
DECLARE_RETURN(BOOL);
|
||||||
|
|
Loading…
Reference in a new issue