X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b46b1d59d6f69ad80dcf5955375578a6504d100a..50ccc908dc4e6376de91edd7f74018898fd690b1:/include/wx/msw/evtloop.h?ds=sidebyside diff --git a/include/wx/msw/evtloop.h b/include/wx/msw/evtloop.h index 01c9d934d1..fd548b87f2 100644 --- a/include/wx/msw/evtloop.h +++ b/include/wx/msw/evtloop.h @@ -83,6 +83,8 @@ private: #else // !wxUSE_GUI +#if wxUSE_CONSOLE_EVENTLOOP + class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxMSWEventLoopBase { public: @@ -96,6 +98,8 @@ protected: virtual void OnNextIteration(); }; +#endif // wxUSE_CONSOLE_EVENTLOOP + #endif // wxUSE_GUI/!wxUSE_GUI #endif // _WX_MSW_EVTLOOP_H_