X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_Image_FreeGlut%2FINC%2FenvImage_FreeGlut.h;fp=WCudaMSE%2FAPI_Bilat_Image_FreeGlut%2FINC%2FenvImage_FreeGlut.h;h=8eb2efa0e5c45944cf9fba7ddc7596c4456e95cd;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git 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 index 0000000..8eb2efa --- /dev/null +++ b/WCudaMSE/API_Bilat_Image_FreeGlut/INC/envImage_FreeGlut.h @@ -0,0 +1,30 @@ +/** + * Bilat_Image_FreeGlut + * version : 001 + * + * Cédric Bilat cedric.bilat@he-arc.ch + * Stähli Joaquim joaquim.stahli@he-arc.ch + */ + +//PRIVATE +#ifndef ENV_IMAGE_FREE_GLUT_H +#define ENV_IMAGE_FREE_GLUT_H + +#include "dllHelper.h" + + + +#ifdef CBI_IMAGE_FREE_GLUT_DLL // defined if API is compiled as a DLL + + #ifdef CBI_IMAGE_FREE_GLUT_EXPORT // defined if we are building the API DLL (instead of using it) + #define CBI_IMAGE_FREE_GLUT HELPER_DLL_EXPORT + #else + #define CBI_IMAGE_FREE_GLUT HELPER_DLL_IMPORT + #endif // CBI_IMAGE_FREE_GLUT_EXPORT + #define CBI_IMAGE_FREE_GLUT_LOCAL HELPER_DLL_LOCAL +#else // CBI_IMAGE_FREE_GLUT_DLL is not defined: this means API is a static lib. + #define CBI_IMAGE_FREE_GLUT + #define CBI_IMAGE_FREE_GLUT_LOCAL +#endif + +#endif