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