mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Merge branch 'fix-visibility' into 'main'
Fix include order of glib-visibility.h See merge request GNOME/glib!2957
This commit is contained in:
commit
2715e91ee9
@ -18,7 +18,6 @@
|
||||
#mesondefine GMODULE_STATIC_COMPILATION
|
||||
#mesondefine G_INTL_STATIC_COMPILATION
|
||||
#mesondefine FFI_STATIC_BUILD
|
||||
#include <glib/glib-visibility.h>
|
||||
|
||||
/* Specifies that GLib's g_print*() functions wrap the
|
||||
* system printf functions. This is useful to know, for example,
|
||||
|
@ -34,6 +34,10 @@
|
||||
#include <glibconfig.h>
|
||||
#include <glib/gmacros.h>
|
||||
#include <glib/gversionmacros.h>
|
||||
|
||||
/* Must be included after the 3 headers above */
|
||||
#include <glib/glib-visibility.h>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user