From: Jouk Jansen Date: Thu, 29 Oct 2009 07:30:42 +0000 (+0000) Subject: fixing wx/evtloop.h for gtk1 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bc7879ec4c38d354bb66b0695016d5c41f8a37b3 fixing wx/evtloop.h for gtk1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index 7a9495afbf..6da21416a5 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -256,7 +256,7 @@ private: #include "wx/cocoa/evtloop.h" #elif defined(__WXDFB__) #include "wx/dfb/evtloop.h" -#elif defined(__WXGTK__) +#elif defined(__WXGTK20__) #include "wx/gtk/evtloop.h" #else // other platform