]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
set m_closed to true when we get connection lost notification
[wxWidgets.git] / src / os2 / app.cpp
index 49d5217b64404f94a9e542bd753e53337c524ea7..f896e02201dedc9c7206ad9653e097680f38067e 100644 (file)
@@ -35,6 +35,7 @@
 
 #include "wx/stdpaths.h"
 #include "wx/filename.h"
+#include "wx/evtloop.h"
 
 #include "wx/os2/private.h"
 
@@ -535,6 +536,7 @@ bool wxApp::Yield(bool onlyIfNeeded)
     // We want to go back to the main message loop
     // if we see a WM_QUIT. (?)
     //
+    wxEventLoopGuarantor dummyLoopIfNeeded;
     while (::WinPeekMsg(vHab, &vMsg, (HWND)NULL, 0, 0, PM_NOREMOVE) && vMsg.msg != WM_QUIT)
     {
 #if wxUSE_THREADS