summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl/cogl-macros.h')
-rw-r--r--cogl/cogl/cogl-macros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cogl/cogl/cogl-macros.h b/cogl/cogl/cogl-macros.h
index ff52d0aa4..8172354d1 100644
--- a/cogl/cogl/cogl-macros.h
+++ b/cogl/cogl/cogl-macros.h
@@ -75,4 +75,6 @@
#endif /* COGL_DISABLE_DEPRECATION_WARNINGS */
+#define COGL_EXPORT __attribute__((visibility("default"))) extern
+
#endif /* __COGL_MACROS_H__ */