From 1c107f80cfa793968db55beb9737336bb29d039f Mon Sep 17 00:00:00 2001 From: Joachim Henze Date: Mon, 21 Dec 2020 10:13:09 +0100 Subject: [PATCH] [0.4.9][WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindowUpdate (#1066) Fix indentation (inconsistent with the rest of the file) and return actual BOOL. picked from 0.4.11-dev-838-g 62ec69278d4f569736a053f7ebc53f9fd1becc2e --- win32ss/user/ntuser/ntstubs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/win32ss/user/ntuser/ntstubs.c b/win32ss/user/ntuser/ntstubs.c index 043114f0682..4bd88a60d7a 100644 --- a/win32ss/user/ntuser/ntstubs.c +++ b/win32ss/user/ntuser/ntstubs.c @@ -918,9 +918,8 @@ NtUserCtxDisplayIOCtl( BOOL APIENTRY NtUserLockWindowUpdate(HWND hWnd) { - STUB - - return 0; + STUB; + return FALSE; } DWORD APIENTRY