|
SheafSystem
0.0.0.0
|
Go to the documentation of this file. 21 #ifndef SHEAF_DLL_SPEC_H 22 #define SHEAF_DLL_SPEC_H 29 #if defined SHEAF_DLL_EXPORTS 34 #define SHEAF_DLL_SPEC __declspec(dllexport) 36 #elif defined SHEAF_DLL_IMPORTS 41 #define SHEAF_DLL_SPEC __declspec(dllimport) 48 #define SHEAF_DLL_SPEC 50 #endif // ifdef SHEAF_EXPORTS 57 #define SHEAF_DLL_SPEC 59 #endif // ifdef _WIN32 61 #endif // ifndef SHEAF_DLL_SPEC_H