neurolots  0.3.4
NeuroLOTs
nlgenerator/api.h
Go to the documentation of this file.
1 // generated by CommonLibrary.cmake, do not edit.
2 
8 #ifndef NLGENERATOR_API_H
9 #define NLGENERATOR_API_H
10 
11 #include <neurolots/defines.h>
12 
13 #if defined(_MSC_VER) || defined(__declspec)
14 # define NLGENERATOR_DLLEXPORT __declspec(dllexport)
15 # define NLGENERATOR_DLLIMPORT __declspec(dllimport)
16 #else // _MSC_VER
17 # define NLGENERATOR_DLLEXPORT
18 # define NLGENERATOR_DLLIMPORT
19 #endif // _MSC_VER
20 
21 #if defined(NLGENERATOR_STATIC)
22 # define NLGENERATOR_API
23 #elif defined(NLGENERATOR_SHARED)
24 # define NLGENERATOR_API NLGENERATOR_DLLEXPORT
25 #else
26 # define NLGENERATOR_API NLGENERATOR_DLLIMPORT
27 #endif
28 
29 #if defined(NLGENERATOR_SHARED_INL)
30 # define NLGENERATOR_INL NLGENERATOR_DLLEXPORT
31 #else
32 # define NLGENERATOR_INL NLGENERATOR_DLLIMPORT
33 #endif
34 
35 #endif
Includes compile-time defines of neurolots.