]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winsftp.c
Better not forget to make sure GTK1 doesn't break.
[PuTTY.git] / windows / winsftp.c
index 5293e00dcdd79fe76fbda6d0075d9d2b663f444e..f3c0a6fbdb989a4418c4c9a9a107907f301e8917 100644 (file)
@@ -490,8 +490,7 @@ int do_eventsel_loop(HANDLE other_event)
     else
        otherindex = -1;
 
-    n = MsgWaitForMultipleObjects(nallhandles, handles, FALSE, ticks,
-                                 QS_POSTMESSAGE);
+    n = WaitForMultipleObjects(nallhandles, handles, FALSE, ticks);
 
     if ((unsigned)(n - WAIT_OBJECT_0) < (unsigned)nhandles) {
        handle_got_event(handles[n - WAIT_OBJECT_0]);