X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/715e4f7e3e26595209b5fe8a9ad3e60cce317e5f..cc510e136407469a053f3d01b83c1f8a2783e1e6:/include/wx/evtloop.h diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index af4f7baf99..aafd2bce55 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -233,9 +233,7 @@ private: // integration with MFC) but currently this is not done for all ports yet (e.g. // wxX11) so fall back to the old wxGUIEventLoop definition below for them -#if defined(__WXPALMOS__) - #include "wx/palmos/evtloop.h" -#elif defined(__WXMSW__) +#if defined(__WXMSW__) // this header defines both console and GUI loops for MSW #include "wx/msw/evtloop.h" #elif defined(__WXOSX__)