X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_Graph2D%2FINC%2FenvGraph.h;fp=WCudaMSE%2FAPI_Bilat_Graph2D%2FINC%2FenvGraph.h;h=3a4335452b26bd2759b64ab2e6795bf118e93667;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_Graph2D/INC/envGraph.h b/WCudaMSE/API_Bilat_Graph2D/INC/envGraph.h new file mode 100755 index 0000000..3a43354 --- /dev/null +++ b/WCudaMSE/API_Bilat_Graph2D/INC/envGraph.h @@ -0,0 +1,19 @@ +#ifndef ENVI_CBI_GRAPH_H +#define ENVI_CBI_GRAPH_H + +#include "dllHelper.h" + +#ifdef CBI_GRAPH_DLL // defined if API is compiled as a DLL + #ifdef CBI_GRAPH_DLL_EXPORT // defined if we are building the API DLL (instead of using it) + #define CBI_GRAPH HELPER_DLL_EXPORT + #else + #define CBI_GRAPH HELPER_DLL_IMPORT + #endif + #define CBI_GRAPH_LOCAL HELPER_DLL_LOCAL +#else // GL_TOOLS_USE_DLL is not defined: this means API is a static lib. + #define CBI_GRAPH + #define CBI_GRAPH_LOCAL +#endif + + +#endif