mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindowUpdate (#1066)
Fix indentation (inconsistent with the rest of the file) and return actual BOOL.
This commit is contained in:
parent
1427e0bd2b
commit
62ec69278d
1 changed files with 2 additions and 3 deletions
|
@ -918,9 +918,8 @@ NtUserCtxDisplayIOCtl(
|
|||
BOOL APIENTRY
|
||||
NtUserLockWindowUpdate(HWND hWnd)
|
||||
{
|
||||
STUB
|
||||
|
||||
return 0;
|
||||
STUB;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
DWORD APIENTRY
|
||||
|
|
Loading…
Reference in a new issue