Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Image_JNI / INC / envImageJNI.h
diff --git a/WCudaMSE/API_Bilat_Image_JNI/INC/envImageJNI.h b/WCudaMSE/API_Bilat_Image_JNI/INC/envImageJNI.h
new file mode 100755 (executable)
index 0000000..e698bf9
--- /dev/null
@@ -0,0 +1,20 @@
+//PRIVATE\r
+#ifndef ENV_IMAGE_JNI_H\r
+#define ENV_IMAGE_JNI_H\r
+\r
+#include "dllHelper.h"\r
+\r
+#ifdef CBI_IMAGE_JNI_DLL // defined if API is compiled as a DLL\r
+\r
+    #ifdef CBI_IMAGE_JNI_EXPORT // defined if we are building the API DLL (instead of using it)\r
+       #define CBI_IMAGE_JNI HELPER_DLL_EXPORT\r
+    #else\r
+       #define CBI_IMAGE_JNI HELPER_DLL_IMPORT\r
+    #endif\r
+    #define CBI_IMAGE_JNI_LOCAL HELPER_DLL_LOCAL\r
+#else // using static lib\r
+    #define CBI_IMAGE_JNI\r
+    #define CBI_IMAGE_JNI_LOCAL\r
+#endif\r
+\r
+#endif\r