git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47486
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#else // !wxUSE_GUI
+#if wxUSE_CONSOLE_EVENTLOOP
+
class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxMSWEventLoopBase
{
public:
virtual void OnNextIteration();
};
+#endif // wxUSE_CONSOLE_EVENTLOOP
+
#endif // wxUSE_GUI/!wxUSE_GUI
#endif // _WX_MSW_EVTLOOP_H_
#else // !wxUSE_GUI
+#if wxUSE_CONSOLE_EVENTLOOP
+
void wxConsoleEventLoop::OnNextIteration()
{
if ( wxTheApp )
return !m_shouldExit;
}
+#endif // wxUSE_CONSOLE_EVENTLOOP
+
#endif //wxUSE_GUI