POSIX: DynamicLib: Force visibility of exports in case of -fvisibility=hidden
parent
9b2eae4a6c
commit
4588cb55fa
|
|
@ -9,8 +9,7 @@
|
|||
#include "icsneo/platform/posix/linux/dynamiclib.h"
|
||||
#endif
|
||||
|
||||
// Nothing special is needed to export
|
||||
#define DLLExport
|
||||
#define DLLExport __attribute__((visibility("default")))
|
||||
#define LegacyDLLExport DLLExport
|
||||
|
||||
// #ifndef ICSNEO_NO_AUTO_DESTRUCT
|
||||
|
|
|
|||
Loading…
Reference in New Issue