From 3a2c4be44b7b1e87f78361e558f5044fea6f8d3d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 May 2023 15:53:42 -0400 Subject: 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. --- build-aux/meson/gen-visibility-macros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1