mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Revert my last commit (r16578).
svn path=/trunk/; revision=16582
This commit is contained in:
@@ -887,7 +887,7 @@ IntWaitMessage(HWND Wnd,
|
||||
/* Nothing found. Wait for new messages. */
|
||||
Status = MsqWaitForNewMessages(ThreadQueue, Wnd, MsgFilterMin, MsgFilterMax);
|
||||
}
|
||||
while ((STATUS_WAIT_0 >= Status && Status <= STATUS_WAIT_63) || STATUS_TIMEOUT == Status);
|
||||
while ((STATUS_WAIT_0 <= Status && Status <= STATUS_WAIT_63) || STATUS_TIMEOUT == Status);
|
||||
|
||||
SetLastNtError(Status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user