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.
This commit is contained in:
committed by
Emmanuele Bassi
parent
e216f469a1
commit
3a2c4be44b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user