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
|
# endif
|
||||||
# elif __GNUC__ >= 4
|
# elif __GNUC__ >= 4
|
||||||
# define @KWSYS_NAMESPACE@_EXPORT __attribute__ ((visibility("default")))
|
# define @KWSYS_NAMESPACE@_EXPORT __attribute__ ((visibility("default")))
|
||||||
|
# else
|
||||||
|
# define @KWSYS_NAMESPACE@_EXPORT
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# define @KWSYS_NAMESPACE@_EXPORT
|
# define @KWSYS_NAMESPACE@_EXPORT
|
||||||
|
|
Loading…
Reference in New Issue