Equalizer
1.9.0
Parallel Rendering Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
api.h
Go to the documentation of this file.
1
// generated by CommonCode.cmake, do not edit.
2
8
#ifndef EQUALIZER_API_H
9
#define EQUALIZER_API_H
10
11
#include <eq/defines.h>
12
13
#if defined(_MSC_VER) || defined(__declspec)
14
# define EQ_DLLEXPORT __declspec(dllexport)
15
# define EQ_DLLIMPORT __declspec(dllimport)
16
#else // _MSC_VER
17
# define EQ_DLLEXPORT
18
# define EQ_DLLIMPORT
19
#endif // _MSC_VER
20
21
#if defined(EQUALIZER_STATIC)
22
# define EQ_API
23
#elif defined(EQUALIZER_SHARED)
24
# define EQ_API EQ_DLLEXPORT
25
#else
26
# define EQ_API EQ_DLLIMPORT
27
#endif
28
29
#if defined(EQUALIZER_SHARED_INL)
30
# define EQ_INL EQ_DLLEXPORT
31
#else
32
# define EQ_INL EQ_DLLIMPORT
33
#endif
34
35
#endif
install
include
eq
api.h
Generated on Tue Jul 7 2015 15:00:42 for Equalizer by
1.8.6