summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-08 15:53:42 -0400
committerEmmanuele Bassi <ebassi@gnome.org>2023-05-09 16:43:25 +0100
commit3a2c4be44b7b1e87f78361e558f5044fea6f8d3d (patch)
tree63fc018879fea00d91a445733f999022944d16ed
parente216f469a1ef3a97bce159615a0883700d685c4c (diff)
downloadgtk+-3a2c4be44b7b1e87f78361e558f5044fea6f8d3d.tar.gz
Use GTK_COMPILATION throughout
It is a bit ugly that it doesn't fit the neat namespace schema, but it is what we use everywhere.
-rwxr-xr-xbuild-aux/meson/gen-visibility-macros.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/meson/gen-visibility-macros.py b/build-aux/meson/gen-visibility-macros.py
index 3416f3974a..2f50c804a8 100755
--- a/build-aux/meson/gen-visibility-macros.py
+++ b/build-aux/meson/gen-visibility-macros.py
@@ -106,7 +106,7 @@ def gen_visibility_macros(args, current_major_version, current_minor_version, cu
# define _{ns}_EXPORT
# define _{ns}_IMPORT
#endif
- #ifdef {ns}_COMPILATION
+ #ifdef GTK_COMPILATION
# define _{ns}_API _{ns}_EXPORT
#else
# define _{ns}_API _{ns}_IMPORT