 |
PeriDyno 1.0.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
23 #pragma warning(disable: 4251)
26 #if defined(TT_BUILDING_DLL)
27 #define TT_API __declspec(dllexport)
29 #define TT_API __declspec(dllimport)
32#elif defined(__GNUC__)
34 #if defined(TT_BUILDING_DLL)
35 #define TT_API __attribute__((visibility("default")))