From d18d487420ecd32ded3472c0ba8778c8ceab32ac Mon Sep 17 00:00:00 2001 From: James Tabor Date: Fri, 26 Aug 2011 01:54:21 +0000 Subject: [PATCH] - This seems to happen alot... svn path=/trunk/; revision=53449 --- reactos/dll/win32/user32/include/ntwrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/user32/include/ntwrapper.h b/reactos/dll/win32/user32/include/ntwrapper.h index b9094ebc110..3ba2d50fd88 100644 --- a/reactos/dll/win32/user32/include/ntwrapper.h +++ b/reactos/dll/win32/user32/include/ntwrapper.h @@ -654,7 +654,7 @@ EXTINLINE DWORD NtUserxGetQueueStatus(UINT flags) EXTINLINE BOOL NtUserxValidateRgn(HWND hWnd, HRGN hRgn) { - return (BOOL)NtUserCallTwoParam((DWORD_PTR)hWnd, (DWORD_PTR)hRgn, TWOPARAM_ROUTINE_VALIDATERGN); + return (BOOL)NtUserCallHwndParamLock(hWnd, (DWORD_PTR)hRgn, TWOPARAM_ROUTINE_VALIDATERGN); } EXTINLINE BOOL NtUserxSetCursorPos(INT x, INT y)