GLStats  0.3.3
api.h
Go to the documentation of this file.
1 // generated by CommonLibrary.cmake, do not edit.
2 
8 #ifndef GLSTATS_API_H
9 #define GLSTATS_API_H
10 
11 #include <GLStats/defines.h>
12 
13 #if defined(_MSC_VER) || defined(__declspec)
14 # define GLSTATS_DLLEXPORT __declspec(dllexport)
15 # define GLSTATS_DLLIMPORT __declspec(dllimport)
16 #else // _MSC_VER
17 # define GLSTATS_DLLEXPORT
18 # define GLSTATS_DLLIMPORT
19 #endif // _MSC_VER
20 
21 #if defined(GLSTATS_STATIC)
22 # define GLSTATS_API
23 #elif defined(GLSTATS_SHARED)
24 # define GLSTATS_API GLSTATS_DLLEXPORT
25 #else
26 # define GLSTATS_API GLSTATS_DLLIMPORT
27 #endif
28 
29 #if defined(GLSTATS_SHARED_INL)
30 # define GLSTATS_INL GLSTATS_DLLEXPORT
31 #else
32 # define GLSTATS_INL GLSTATS_DLLIMPORT
33 #endif
34 
35 #endif
Includes compile-time defines of GLStats.