From 6ebf3215ff079c11a4b8943f50a39c8e63dd4d93 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 20 Feb 2006 21:34:42 +0000 Subject: [PATCH] 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 --- include/wx/defs.h | 1 + 1 file changed, 1 insertion(+) 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__ */ -- 2.45.2