Go to the documentation of this file.
26 #ifndef __TERRALIB_CELLSPACE_INTERNAL_CONFIG_H
27 #define __TERRALIB_CELLSPACE_INTERNAL_CONFIG_H
29 #define TE_CELLSPACE_MODULE_NAME "te.cellspace"
48 #pragma warning( disable : 4251 )
49 #pragma warning( disable : 4275 )
50 #pragma warning( disable : 4290 )
53 #ifdef TECELLSPACESTATIC
54 #define TECELLSPACEEXPORT
56 #define TECELLSPACEEXPORT __declspec(dllexport)
58 #define TECELLSPACEEXPORT __declspec(dllimport)
61 #define TECELLSPACEEXPORT