Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Image_FreeGlut / INC / envImage_FreeGlut.h
diff --git a/WCudaMSE/API_Bilat_Image_FreeGlut/INC/envImage_FreeGlut.h b/WCudaMSE/API_Bilat_Image_FreeGlut/INC/envImage_FreeGlut.h
new file mode 100755 (executable)
index 0000000..8eb2efa
--- /dev/null
@@ -0,0 +1,30 @@
+/**\r
+ * Bilat_Image_FreeGlut\r
+ * version : 001\r
+ *\r
+ * Cédric Bilat                cedric.bilat@he-arc.ch\r
+ * Stähli Joaquim      joaquim.stahli@he-arc.ch\r
+ */\r
+\r
+//PRIVATE\r
+#ifndef ENV_IMAGE_FREE_GLUT_H\r
+#define ENV_IMAGE_FREE_GLUT_H\r
+\r
+#include "dllHelper.h"\r
+\r
+\r
+\r
+#ifdef CBI_IMAGE_FREE_GLUT_DLL // defined if API is compiled as a DLL\r
+\r
+    #ifdef CBI_IMAGE_FREE_GLUT_EXPORT // defined if we are building the API DLL (instead of using it)\r
+       #define CBI_IMAGE_FREE_GLUT HELPER_DLL_EXPORT\r
+    #else\r
+       #define CBI_IMAGE_FREE_GLUT HELPER_DLL_IMPORT\r
+    #endif // CBI_IMAGE_FREE_GLUT_EXPORT\r
+    #define CBI_IMAGE_FREE_GLUT_LOCAL HELPER_DLL_LOCAL\r
+#else // CBI_IMAGE_FREE_GLUT_DLL is not defined: this means API is a static lib.\r
+    #define CBI_IMAGE_FREE_GLUT\r
+    #define CBI_IMAGE_FREE_GLUT_LOCAL\r
+#endif\r
+\r
+#endif\r