Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Displayable / INC / envBilatDisplayable.h
diff --git a/WCudaMSE/API_Bilat_Displayable/INC/envBilatDisplayable.h b/WCudaMSE/API_Bilat_Displayable/INC/envBilatDisplayable.h
new file mode 100755 (executable)
index 0000000..13005c1
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef ENV_CBI_DISPLAYABLE_H\r
+#define ENV_CBI_DISPLAYABLE_H\r
+\r
+#include "dllHelper.h"\r
+\r
+#ifdef CBI_DISPLAYABLE_DLL // defined if API is compiled as a DLL\r
+  #ifdef CBI_DISPLAYABLE_DLL_EXPORT // defined if we are building the API DLL (instead of using it)\r
+    #define CBI_DISPLAYABLE HELPER_DLL_EXPORT\r
+  #else\r
+    #define CBI_DISPLAYABLE HELPER_DLL_IMPORT\r
+  #endif\r
+  #define CBI_DISPLAYABLE_LOCAL HELPER_DLL_LOCAL\r
+#else // GL_TOOLS_USE_DLL is not defined: this means API is a static lib.\r
+  #define CBI_DISPLAYABLE\r
+  #define CBI_DISPLAYABLE_LOCAL\r
+#endif\r
+\r
+\r
+#endif\r