undef GTK_DISABLE_DEPRECATED for any gtk+ version, as it turns out we use GtkList in here too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2e6a9dad08
commit
5b008dd712
@ -22,8 +22,8 @@
|
||||
|
||||
// We use GtkCombo which has been deprecated since GTK+ 2.3.0
|
||||
// in favour of GtkComboBox for <GTK2.4 runtime
|
||||
#include <gtk/gtkversion.h>
|
||||
#if defined(GTK_DISABLE_DEPRECATED) && GTK_CHECK_VERSION(2,3,0)
|
||||
// We also use GtkList
|
||||
#ifdef GTK_DISABLE_DEPRECATED
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
#endif
|
||||
#include "wx/gtk/private.h"
|
||||
|
Loading…
Reference in New Issue
Block a user