Loading...
Searching...
No Matches
Go to the documentation of this file.
13#if defined(_WIN32) || defined(__CYGWIN__)
14 #if defined(KEMENA3D_SHARED)
25 #define KEMENA3D_API __declspec(dllexport)
26 #elif defined(KEMENA3D_IMPORT)
27 #define KEMENA3D_API __declspec(dllimport)
32 #if defined(KEMENA3D_SHARED) || defined(KEMENA3D_IMPORT)
33 #define KEMENA3D_API __attribute__((visibility("default")))