git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56349
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
} // extern "C"
+// some newer functions not available in older versions of GTK+:
+#if !GTK_CHECK_VERSION(2,9,0)
+#define g_object_ref_sink(x) gtk_object_sink(GTK_OBJECT(x))
+#endif
+
+
// ----------------------------------------------------------------------------
// various private helper functions
// ----------------------------------------------------------------------------
#if !defined(__WXUNIVERSAL__)
#include "wx/artprov.h"
+#include "wx/gtk/private.h"
#ifndef WX_PRECOMP
#include "wx/module.h"