Loading...
Searching...
No Matches
Go to the documentation of this file.
20#if defined _WIN32 || defined __CYGWIN__
21#define LIBJAMI_IMPORT __declspec(dllimport)
22#define LIBJAMI_EXPORT __declspec(dllexport)
25#define LIBJAMI_IMPORT __attribute__((visibility("default")))
26#define LIBJAMI_EXPORT __attribute__((visibility("default")))
27#define LIBJAMI_HIDDEN __attribute__((visibility("hidden")))
36#define LIBJAMI_PUBLIC LIBJAMI_EXPORT
38#define LIBJAMI_PUBLIC LIBJAMI_IMPORT
40#define LIBJAMI_LOCAL LIBJAMI_HIDDEN
47#define LIBJAMI_TEST_EXPORT LIBJAMI_EXPORT
49#define LIBJAMI_TEST_EXPORT