X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/715e4f7e3e26595209b5fe8a9ad3e60cce317e5f..b02dd12239c8a59b9a545d9fcb04974f8ad02c6b:/include/wx/evtloop.h?ds=inline 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__)