From a1db2ca07b688b24a18f0c70f51cc958c00c70ab Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 7 Nov 2011 09:34:50 +0000 Subject: [PATCH] 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 --- include/wx/nonownedwnd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.0