1 #ifndef ENVI_CBI_GRAPH_H
2 #define ENVI_CBI_GRAPH_H
6 #ifdef CBI_GRAPH_DLL // defined if API is compiled as a DLL
7 #ifdef CBI_GRAPH_DLL_EXPORT // defined if we are building the API DLL (instead of using it)
8 #define CBI_GRAPH HELPER_DLL_EXPORT
10 #define CBI_GRAPH HELPER_DLL_IMPORT
12 #define CBI_GRAPH_LOCAL HELPER_DLL_LOCAL
13 #else // GL_TOOLS_USE_DLL is not defined: this means API is a static lib.
15 #define CBI_GRAPH_LOCAL