Go to the documentation of this file.
   28 #ifndef __TERRALIB_XLINK_INTERNAL_CONFIG_H 
   29 #define __TERRALIB_XLINK_INTERNAL_CONFIG_H 
   31 #define TE_XL_MODULE_NAME "te.xlinks" 
   33 # define TE_ENABLED_XML 1 
   52     #pragma warning( disable : 4251 ) 
   56     #define TEXLEXPORT                          // Don't need to export/import... it is a static library 
   58     #define TEXLEXPORT  __declspec(dllexport)   // export DLL information 
   60     #define TEXLEXPORT  __declspec(dllimport)   // import DLL information 
   68 #endif  // __TERRALIB_XLINK_INTERNAL_CONFIG_H