]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloop.cpp
more fixes for using wxSocket in console applications (patch 1756260)
[wxWidgets.git] / src / msw / evtloop.cpp
index 48dfc765232c5f3ce1ae8708fb10867c91c4644a..f30816d9cefad770f0c29b30184770f5b0492902 100644 (file)
@@ -336,7 +336,7 @@ bool wxConsoleEventLoop::Dispatch()
     }
     else
     {
-        wxLogDebug(_T("Ignoring unexpected message %d"), msg.message);
+        ::DispatchMessage(&msg);
     }
 
     return !m_shouldExit;