From d632713a7716db10eca4524e7438cbc52f0ea230 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 Feb 2013 01:11:02 -0500 Subject: [PATCH] Make G_DISABLE_DEPRECATED work again for wholly deprecated headers Patch by Milan Crha, https://bugzilla.gnome.org/show_bug.cgi?id=688169 --- glib/glib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/glib.h b/glib/glib.h index 77abf23..ce7447e 100644 --- a/glib/glib.h +++ b/glib/glib.h @@ -100,12 +100,14 @@ #include #endif +#ifndef G_DISABLE_DEPRECATED #include #include #include #include #include #include +#endif /* G_DISABLE_DEPRECATED */ #undef __GLIB_H_INSIDE__ -- 2.7.4