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" 
   36 # define TE_ENABLED_XML 1 
   55     #pragma warning( disable : 4251 ) 
   59     #define TEXLEXPORT                          // Don't need to export/import... it is a static library 
   61     #define TEXLEXPORT  __declspec(dllexport)   // export DLL information 
   63     #define TEXLEXPORT  __declspec(dllimport)   // import DLL information 
   71 #endif  // __TERRALIB_XLINK_INTERNAL_CONFIG_H