]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't compile with < GTK 2.4
authorRobert Roebling <robert@roebling.de>
Mon, 17 Sep 2007 10:56:51 +0000 (10:56 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 17 Sep 2007 10:56:51 +0000 (10:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/filectrl.cpp

index fa3d8dc8c799405a79d1841bc995fd58975205cd..03437535eae76f4e5adc33fb399e788d50171540 100644 (file)
@@ -16,6 +16,8 @@
 
 #include "wx/filectrl.h"
 
+#if defined(__WXGTK24__) && !defined(__WXUNIVERSAL__)
+
 #ifndef WX_PRECOMP
 #    include "wx/sizer.h"
 #    include "wx/debug.h"
@@ -429,4 +431,8 @@ void wxGtkFileCtrl::ShowHidden(const bool show)
     gtk_file_chooser_set_show_hidden( m_fcWidget, ( show == true ) ? TRUE : FALSE );
 }
 
-#endif // wxUSE_FILECTRL
+#endif 
+    // wxUSE_FILECTRL
+
+#endif
+    // if defined(__WXGTK24__) && !defined(__WXUNIVERSAL__)