mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08: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:
committed by
Hermès BÉLUSCA - MAÏTO
parent
1427e0bd2b
commit
62ec69278d
@@ -918,9 +918,8 @@ NtUserCtxDisplayIOCtl(
|
||||
BOOL APIENTRY
|
||||
NtUserLockWindowUpdate(HWND hWnd)
|
||||
{
|
||||
STUB
|
||||
|
||||
return 0;
|
||||
STUB;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
DWORD APIENTRY
|
||||
|
||||
Reference in New Issue
Block a user