Go to the documentation of this file.
   26 #ifndef __TERRALIB_XSD_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_XSD_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_XSD_BUILD_WITH_XML_PARSER 1 
   34 #define TE_XSD_MODULE_NAME "te.xsd" 
   48     #pragma warning( disable : 4251 ) 
   49     #pragma warning( disable : 4275 ) 
   53     #define TEXSDEXPORT                          // Don't need to export/import... it is a static library 
   55     #define TEXSDEXPORT  __declspec(dllexport)   // export DLL information 
   57     #define TEXSDEXPORT  __declspec(dllimport)   // import DLL information 
   63 #endif  // __TERRALIB_XSD_INTERNAL_CONFIG_H