mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Make G_DISABLE_DEPRECATED work again for wholly deprecated headers
Patch by Milan Crha, https://bugzilla.gnome.org/show_bug.cgi?id=688169
This commit is contained in:
parent
39a528b9fd
commit
d632713a77
@ -100,12 +100,14 @@
|
||||
#include <glib/gwin32.h>
|
||||
#endif
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
#include <glib/deprecated/gallocator.h>
|
||||
#include <glib/deprecated/gcache.h>
|
||||
#include <glib/deprecated/gcompletion.h>
|
||||
#include <glib/deprecated/gmain.h>
|
||||
#include <glib/deprecated/grel.h>
|
||||
#include <glib/deprecated/gthread.h>
|
||||
#endif /* G_DISABLE_DEPRECATED */
|
||||
|
||||
#undef __GLIB_H_INSIDE__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user