mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Revert my last commit (r16578).
svn path=/trunk/; revision=16582
This commit is contained in:
parent
9f9dfd53cf
commit
050b5c1946
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue