COMP: Added missing case for the export macro, thanks to Kenneth Moreland.

This commit is contained in:
Marcus Hanwell 2010-01-06 15:31:25 -05:00
parent b0a0714343
commit 58d82cd5bd
1 changed files with 2 additions and 0 deletions

View File

@ -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