June 14, 2026
8:59 a.m.
`MsgWaitForMultipleObjects` can return immediately if the current thread already has a message waiting (posted by something unrelated to this function). We need to process messages until the handle we actually care about becomes signaled or times out. -- v2: (Style) Fix old missing space https://gitlab.winehq.org/wine/wine/-/merge_requests/11150