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
This commit is contained in:
Mart Raudsepp
2006-02-20 21:34:42 +00:00
parent 1efb5db896
commit 6ebf3215ff

View File

@@ -2873,6 +2873,7 @@ typedef GtkWidget *WXWidget;
#ifdef __WXGTK20__ #ifdef __WXGTK20__
#define G_DISABLE_DEPRECATED #define G_DISABLE_DEPRECATED
#define PANGO_DISABLE_DEPRECATED #define PANGO_DISABLE_DEPRECATED
#define GTK_DISABLE_DEPRECATED
#endif #endif
#endif /* __WXGTK__ */ #endif /* __WXGTK__ */