mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
POSIX: DynamicLib: Force visibility of exports in case of -fvisibility=hidden
This commit is contained in:
@@ -9,8 +9,7 @@
|
|||||||
#include "icsneo/platform/posix/linux/dynamiclib.h"
|
#include "icsneo/platform/posix/linux/dynamiclib.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Nothing special is needed to export
|
#define DLLExport __attribute__((visibility("default")))
|
||||||
#define DLLExport
|
|
||||||
#define LegacyDLLExport DLLExport
|
#define LegacyDLLExport DLLExport
|
||||||
|
|
||||||
// #ifndef ICSNEO_NO_AUTO_DESTRUCT
|
// #ifndef ICSNEO_NO_AUTO_DESTRUCT
|
||||||
|
|||||||
Reference in New Issue
Block a user