Go to the documentation of this file.
   26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_CONFIG_H 
   29 #define TE_MAPTOOLS_MODULE_NAME "te.maptools" 
   48     #pragma warning( disable : 4251 ) 
   49     #pragma warning( disable : 4275 ) 
   53     #define TEMAPEXPORT                          // Don't need to export/import... it is a static library 
   55     #define TEMAPEXPORT  __declspec(dllexport)   // export DLL information 
   57     #define TEMAPEXPORT  __declspec(dllimport)   // import DLL information 
   65 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_CONFIG_H