mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
Fix a bug in PeekMessageEx
This commit is contained in:
@@ -973,7 +973,7 @@ checkagain:
|
||||
goto checkagain;
|
||||
}
|
||||
else {
|
||||
if (!pMsgQueue->OnIdle (pMsgQueue, TRUE)) {
|
||||
if (!pMsgQueue->OnIdle (pMsgQueue, FALE)) {
|
||||
handle_idle_message (pMsgQueue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user