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