Go to the documentation of this file.   26 #ifndef __TERRALIB_XSD_INTERNAL_CONFIG_H    27 #define __TERRALIB_XSD_INTERNAL_CONFIG_H    29 #define TE_XSD_BUILD_WITH_XML_PARSER 1    31 #define TE_XSD_MODULE_NAME "te.xsd"    45     #pragma warning( disable : 4251 )    46     #pragma warning( disable : 4275 )    50     #define TEXSDEXPORT                          // Don't need to export/import... it is a static library    52     #define TEXSDEXPORT  __declspec(dllexport)   // export DLL information    54     #define TEXSDEXPORT  __declspec(dllimport)   // import DLL information    60 #endif  // __TERRALIB_XSD_INTERNAL_CONFIG_H