From 77c9c52324dcde187c5a9b6339f324ba08c79e73 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 4 Jul 2009 16:43:59 +0000 Subject: [PATCH] - Cleanup patch tab removeal. svn path=/trunk/; revision=41773 --- .../subsystems/win32/win32k/ntuser/message.c | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/message.c b/reactos/subsystems/win32/win32k/ntuser/message.c index ca812175742..b08452a47c9 100644 --- a/reactos/subsystems/win32/win32k/ntuser/message.c +++ b/reactos/subsystems/win32/win32k/ntuser/message.c @@ -1317,11 +1317,11 @@ UserPostMessage(HWND Wnd, MSG Message; LARGE_INTEGER LargeTickCount; - if (FindMsgMemory(Msg) != 0) - { - SetLastWin32Error(ERROR_MESSAGE_SYNC_ONLY ); - return FALSE; - } + if (FindMsgMemory(Msg) != 0) + { + SetLastWin32Error(ERROR_MESSAGE_SYNC_ONLY ); + return FALSE; + } pti = PsGetCurrentThreadWin32Thread(); if (Wnd == HWND_BROADCAST) @@ -1412,11 +1412,11 @@ NtUserPostThreadMessage(DWORD idThread, DPRINT("Enter NtUserPostThreadMessage\n"); - if (FindMsgMemory(Msg) != 0) - { - SetLastWin32Error(ERROR_MESSAGE_SYNC_ONLY ); - return FALSE; - } + if (FindMsgMemory(Msg) != 0) + { + SetLastWin32Error(ERROR_MESSAGE_SYNC_ONLY ); + return FALSE; + } UserEnterExclusive(); @@ -1869,11 +1869,11 @@ UserSendNotifyMessage(HWND hWnd, { BOOL Result = TRUE; - if (FindMsgMemory(Msg) != 0) - { - SetLastWin32Error(ERROR_MESSAGE_SYNC_ONLY ); - return FALSE; - } + if (FindMsgMemory(Msg) != 0) + { + SetLastWin32Error(ERROR_MESSAGE_SYNC_ONLY ); + return FALSE; + } // Basicly the same as IntPostOrSendMessage if (hWnd == HWND_BROADCAST) //Handle Broadcast