Go to the documentation of this file.   28 #ifndef __TERRALIB_WS_CORE_CONFIG_H    29 #define __TERRALIB_WS_CORE_CONFIG_H    49     #pragma warning( disable : 4251 )    50     #pragma warning( disable : 4275 )    51     #pragma warning( disable : 4290 )    55     #define TEWSCOREEXPORT                          // Don't need to export/import... it is a static library    57     #define TEWSCOREEXPORT  __declspec(dllexport)   // export DLL information    59     #define TEWSCOREEXPORT  __declspec(dllimport)   // import DLL information    62   #define TEWSCOREEXPORT    67 #endif //__TERRALIB_WS_CORE_CONFIG_H