Go to the documentation of this file.
   26 #ifndef __TERRALIB_COLOR_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_COLOR_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_COLOR_MODULE_NAME "te.color" 
   46 #define TE_TRANSPARENT 0 
   58 #define TE_COLOR_TEXT_DOMAIN "tecolor" 
   65 #define TE_COLOR_TEXT_DOMAIN_DIR "locale" 
   72 #define TR_COLOR(message) TR(message, TE_COLOR_TEXT_DOMAIN) 
   79 #define TR_PLURAL_COLOR(message1, message2, n) TR_PLURAL(TE_COLOR_TEXT_DOMAIN, message1, message2, n) 
  100     #pragma warning( disable : 4251 ) 
  104     #define TECOLOREXPORT                          // Don't need to export/import... it is a static library 
  106     #define TECOLOREXPORT  __declspec(dllexport)   // export DLL information 
  108     #define TECOLOREXPORT  __declspec(dllimport)   // import DLL information 
  111   #define TECOLOREXPORT 
  116 #endif  // __TERRALIB_COLOR_INTERNAL_CONFIG_H