Fix symbol visibility on gcc

pull/1/head
Timothy Pearson 12 years ago
parent af02f76733
commit bbc80561c4

@ -44,6 +44,12 @@
#define TQEXTSCINTILLA_EXPORT __declspec(dllexport)
#endif
#else
#if __GNUC__ >= 4
#define TQEXTSCINTILLA_EXPORT __attribute__ ((visibility("default")))
#endif
#endif
#if !defined(TQEXTSCINTILLA_EXPORT)

Loading…
Cancel
Save