 |
nalchi
|
Loading...
Searching...
No Matches
3#if defined(NALCHI_BUILD_STATIC)
7#elif defined(NALCHI_BUILD_EXPORT)
10#define NALCHI_API __declspec(dllexport)
12#define NALCHI_API __attribute__((__visibility__("default")))
18#define NALCHI_API __declspec(dllimport)
25#if defined(__cplusplus)
26#define NALCHI_FLAT_API extern "C" NALCHI_API
28#define NALCHI_FLAT_API NALCHI_API