Equalizer  1.13.0
Parallel Rendering Framework
eq/server/api.h
Go to the documentation of this file.
1 // generated by CommonLibrary.cmake, do not edit.
2 
8 #ifndef EQUALIZERSERVER_API_H
9 #define EQUALIZERSERVER_API_H
10 
11 #include <eq/defines.h>
12 
13 #if defined(_MSC_VER) || defined(__declspec)
14 # define EQSERVER_DLLEXPORT __declspec(dllexport)
15 # define EQSERVER_DLLIMPORT __declspec(dllimport)
16 #else // _MSC_VER
17 # define EQSERVER_DLLEXPORT
18 # define EQSERVER_DLLIMPORT
19 #endif // _MSC_VER
20 
21 #if defined(EQUALIZERSERVER_STATIC)
22 # define EQSERVER_API
23 #elif defined(EQUALIZERSERVER_SHARED)
24 # define EQSERVER_API EQSERVER_DLLEXPORT
25 #else
26 # define EQSERVER_API EQSERVER_DLLIMPORT
27 #endif
28 
29 #if defined(EQUALIZERSERVER_SHARED_INL)
30 # define EQSERVER_INL EQSERVER_DLLEXPORT
31 #else
32 # define EQSERVER_INL EQSERVER_DLLIMPORT
33 #endif
34 
35 #endif
Includes compile-time defines of Equalizer.