mirror of https://github.com/GNOME/gimp.git
app: #undef G_DISABLE_DEPRECATED where GStaticMutex is used
because it's deprecated in GLib 2.30.
This commit is contained in:
parent
7401cc38d1
commit
d34bbaec2d
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#undef G_DISABLE_DEPRECATED /* GStaticMutex */
|
||||
#include <glib-object.h>
|
||||
|
||||
#include "libgimpmath/gimpmath.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#undef G_DISABLE_DEPRECATED /* GStaticMutex */
|
||||
#include <gegl.h>
|
||||
#include <gegl-buffer.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue