Go to the documentation of this file.
26 #ifndef __TERRALIB_RP_INTERNAL_CONFIG_H
27 #define __TERRALIB_RP_INTERNAL_CONFIG_H
114 #define TE_RP_MODULE_NAME "te.rasterprocessing"
128 #pragma warning( disable : 4251 )
132 #define TERPEXPORT // Don't need to export/import... it is a static library
134 #define TERPEXPORT __declspec(dllexport) // export DLL information
136 #define TERPEXPORT __declspec(dllimport) // import DLL information
142 #endif // __TERRALIB_RP_INTERNAL_CONFIG_H