]> git.saurik.com Git - wxWidgets.git/commitdiff
wxGTK1 should not include .h files for wxGTK
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 7 Nov 2011 09:34:50 +0000 (09:34 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 7 Nov 2011 09:34:50 +0000 (09:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/nonownedwnd.h

index ae0c04f5c6b8eb537979400db1729ab47b436416..53560f83b78c082563c39499ccba3e0ccada5f3c 100644 (file)
@@ -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"