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