COMP: Added missing case for the export macro, thanks to Kenneth Moreland.
This commit is contained in:
parent
b0a0714343
commit
58d82cd5bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue