Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_GL / INC / envBilatGL.h
1 #ifndef ENV_CBI_GLTOOLKIT_H
2 #define ENV_CBI_GLTOOLKIT_H
3
4 #include "dllHelper.h"
5
6 #ifdef CBI_GL_DLL // defined if API is compiled as a DLL
7 #ifdef CBI_GL_DLL_EXPORT // defined if we are building the API DLL (instead of using it)
8 #define CBI_GL HELPER_DLL_EXPORT
9 #else
10 #define CBI_GL HELPER_DLL_IMPORT
11 #endif
12 #define CBI_GL_LOCAL HELPER_DLL_LOCAL
13 #else // GL_TOOLS_USE_DLL is not defined: this means API is a static lib.
14 #define CBI_GL
15 #define CBI_GL_LOCAL
16 #endif
17
18
19 #endif