Go to the documentation of this file.
   26 #ifndef __TERRALIB_WCS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_WCS_INTERNAL_CONFIG_H 
   29 #define TE_WCS_MODULE_NAME "te.wcs" 
   36 #define TE_WCS_DRIVER_IDENTIFIER "WCS" 
   56     #pragma warning( disable : 4251 ) 
   57     #pragma warning( disable : 4275 ) 
   58     #pragma warning( disable : 4290 ) 
   62     #define TEWCSEXPORT                          // Don't need to export/import... it is a static library 
   64     #define TEWCSEXPORT  __declspec(dllexport)   // export DLL information 
   66     #define TEWCSEXPORT  __declspec(dllimport)   // import DLL information 
   74 #endif  // __TERRALIB_WCS_INTERNAL_CONFIG_H