Go to the documentation of this file.
   28 #ifndef __TERRALIB_XLINK_INTERNAL_CONFIG_H 
   29 #define __TERRALIB_XLINK_INTERNAL_CONFIG_H 
   32 #include "../Config.h" 
   34 #define TE_XL_MODULE_NAME "te.xlinks" 
   46 #define TE_XLINK_TEXT_DOMAIN "texlink" 
   53 #define TE_XLINK_TEXT_DOMAIN_DIR "locale" 
   60 #define TR_XLINK(message) TR(message, TE_XLINK_TEXT_DOMAIN) 
   67 #define TR_PLURAL_XLINK(message1, message2, n) TR_PLURAL(TE_XLINK_TEXT_DOMAIN, message1, message2, n) 
   88     #pragma warning( disable : 4251 ) 
   92     #define TEXLEXPORT                          // Don't need to export/import... it is a static library 
   94     #define TEXLEXPORT  __declspec(dllexport)   // export DLL information 
   96     #define TEXLEXPORT  __declspec(dllimport)   // import DLL information 
  104 #endif  // __TERRALIB_XLINK_INTERNAL_CONFIG_H