Revert my last commit (r16578).

svn path=/trunk/; revision=16582
This commit is contained in:
Hartmut Birr 2005-07-15 15:30:23 +00:00
parent 9f9dfd53cf
commit 050b5c1946

View file

@ -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);