From 58d82cd5bd33306fbe3ef2ddfa6938f932377f56 Mon Sep 17 00:00:00 2001 From: Marcus Hanwell Date: Wed, 6 Jan 2010 15:31:25 -0500 Subject: COMP: Added missing case for the export macro, thanks to Kenneth Moreland. --- Source/kwsys/Configure.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/kwsys/Configure.h.in b/Source/kwsys/Configure.h.in index e3fa4c7..97b2c5d 100644 --- a/Source/kwsys/Configure.h.in +++ b/Source/kwsys/Configure.h.in @@ -97,6 +97,8 @@ # endif # elif __GNUC__ >= 4 # define @KWSYS_NAMESPACE@_EXPORT __attribute__ ((visibility("default"))) +# else +# define @KWSYS_NAMESPACE@_EXPORT # endif #else # define @KWSYS_NAMESPACE@_EXPORT -- cgit v0.12