Loading...
Searching...
No Matches
Go to the documentation of this file.
4#include "leia/common/config.h"
6#ifdef LEIA_COMMON_EXPORTS
7# define LEIA_COMMON_API LEIA_EXPORT
8# define LEIA_COMMON_CLASS_API LEIA_CLASS_EXPORT
10# ifdef LEIA_COMMON_STATIC
11# define LEIA_COMMON_API
12# define LEIA_COMMON_CLASS_API
14# define LEIA_COMMON_API LEIA_IMPORT
15# define LEIA_COMMON_CLASS_API LEIA_CLASS_IMPORT
19#ifdef LEIA_PRIVATE_EXPORTS
20# define LEIA_PRIVATE_API LEIA_COMMON_API
22# define LEIA_PRIVATE_API