mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
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