From: Mart Raudsepp Date: Mon, 20 Feb 2006 21:34:42 +0000 (+0000) Subject: wxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I will be monitoring the tinderbox... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6ebf3215ff079c11a4b8943f50a39c8e63dd4d93 wxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I will be monitoring the tinderbox, and think on how to rearrange the declarations and inclusions related to this. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index ade8f25bc9..183929d0f3 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2873,6 +2873,7 @@ typedef GtkWidget *WXWidget; #ifdef __WXGTK20__ #define G_DISABLE_DEPRECATED #define PANGO_DISABLE_DEPRECATED +#define GTK_DISABLE_DEPRECATED #endif #endif /* __WXGTK__ */