 |
IOLink 1.11.0
|
Loading...
Searching...
No Matches
9#if defined(IOLINK_STATIC_BUILD)
11# define IOLINK_API_EXPORT
12# define IOLINK_API_IMPORT
13# define IOLINK_INTERFACE_API
17# define IOLINK_API_EXPORT __declspec(dllexport)
18# define IOLINK_API_IMPORT
19# define IOLINK_API IOLINK_API_EXPORT
21# define IOLINK_API_IMPORT __declspec(dllimport)
22# define IOLINK_API_EXPORT
23# define IOLINK_API IOLINK_API_IMPORT
25# define IOLINK_INTERFACE_API
26# elif defined(__linux__) || defined(__APPLE__)
27# define IOLINK_API __attribute__((visibility("default")))
28# define IOLINK_API_EXPORT IOLINK_API
29# define IOLINK_API_IMPORT IOLINK_API
30# define IOLINK_INTERFACE_API IOLINK_API
33# define IOLINK_API_EXPORT
34# define IOLINK_API_IMPORT
35# define IOLINK_INTERFACE_API