mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 12:54:11 +02:00
Simplify G_HAVE_GNUC_VISIBILITY definition
There is no need of compiler checks, GNUC visibility should be used when __GNUC__ >= 4 but not on Windows.
This commit is contained in:
@@ -129,7 +129,6 @@ typedef unsigned @glib_intptr_type_define@ guintptr;
|
||||
#endif
|
||||
|
||||
#mesondefine G_HAVE_GROWING_STACK
|
||||
#mesondefine G_HAVE_GNUC_VISIBILITY
|
||||
|
||||
#ifndef _MSC_VER
|
||||
# define G_HAVE_GNUC_VARARGS 1
|
||||
|
Reference in New Issue
Block a user