From: Jouk Jansen Date: Mon, 7 Nov 2011 09:34:50 +0000 (+0000) Subject: wxGTK1 should not include .h files for wxGTK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a1db2ca07b688b24a18f0c70f51cc958c00c70ab?ds=sidebyside wxGTK1 should not include .h files for wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/nonownedwnd.h b/include/wx/nonownedwnd.h index ae0c04f5c6..53560f83b7 100644 --- a/include/wx/nonownedwnd.h +++ b/include/wx/nonownedwnd.h @@ -79,7 +79,7 @@ protected: #if defined(__WXDFB__) #include "wx/dfb/nonownedwnd.h" -#elif defined(__WXGTK__) +#elif defined(__WXGTK__) && defined(__WXGTK20__) #include "wx/gtk/nonownedwnd.h" #elif defined(__WXMAC__) #include "wx/osx/nonownedwnd.h"