Fix symbol visibility on gcc

pull/1/head
Timothy Pearson 12年前
コミット 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)

読み込み中…
キャンセル
保存