X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;ds=sidebyside;f=WCudaMSE%2FAPI_Bilat_Image_JNI%2FINC%2FenvImageJNI.h;fp=WCudaMSE%2FAPI_Bilat_Image_JNI%2FINC%2FenvImageJNI.h;h=e698bf9b3552c811c2af8c107d22f1ef2cadbd2d;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_Image_JNI/INC/envImageJNI.h b/WCudaMSE/API_Bilat_Image_JNI/INC/envImageJNI.h new file mode 100755 index 0000000..e698bf9 --- /dev/null +++ b/WCudaMSE/API_Bilat_Image_JNI/INC/envImageJNI.h @@ -0,0 +1,20 @@ +//PRIVATE +#ifndef ENV_IMAGE_JNI_H +#define ENV_IMAGE_JNI_H + +#include "dllHelper.h" + +#ifdef CBI_IMAGE_JNI_DLL // defined if API is compiled as a DLL + + #ifdef CBI_IMAGE_JNI_EXPORT // defined if we are building the API DLL (instead of using it) + #define CBI_IMAGE_JNI HELPER_DLL_EXPORT + #else + #define CBI_IMAGE_JNI HELPER_DLL_IMPORT + #endif + #define CBI_IMAGE_JNI_LOCAL HELPER_DLL_LOCAL +#else // using static lib + #define CBI_IMAGE_JNI + #define CBI_IMAGE_JNI_LOCAL +#endif + +#endif