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