Go to the documentation of this file.   27 #ifndef __TERRALIB_CORE_CONFIG_H__    28 #define __TERRALIB_CORE_CONFIG_H__    31 #include "../Defines.h"    40     #pragma warning( disable : 4251 )    41     #pragma warning( disable : 4275 )    42     #pragma warning( disable : 4290 )    43     #pragma warning( disable : 4503 ) // for no properly declared STL object in the class boundaries.    47     #define TECOREEXPORT TE_DLL_EXPORT    49     #define TECOREEXPORT TE_DLL_IMPORT    55 #endif  // __TERRALIB_CORE_CONFIG_H__