compile gui plugins with -fvisibility=hidden
[lttv.git] / ltt / branches / poly / ltt / compiler.h
index 1ab188f871a4e21ba5fd370c7b39e7c4ed4b7df2..2b496a88b70824b065461db08da1f2ca699161d5 100644 (file)
@@ -48,5 +48,6 @@
    ((gint32)(b) - (gint32)(a) <= 0))
 #define guint32_before_eq(a,b)  guint32_after_eq(b,a)
 
+#define __EXPORT __attribute__ ((visibility ("default")))
 
 #endif //COMPILER_H
This page took 0.023324 seconds and 4 git commands to generate.