Go to the documentation of this file.   27 #ifndef __TERRALIB_PROCESS_CONFIG_H__    28 #define __TERRALIB_PROCESS_CONFIG_H__    31 #include "../Defines.h"    35     #pragma warning( disable : 4251 )    36     #pragma warning( disable : 4275 )    37     #pragma warning( disable : 4290 )    38     #pragma warning( disable : 4503 ) // for no properly declared STL object in the class boundaries.    42     #define TEPROCESSEXPORT TE_DLL_EXPORT    44     #define TEPROCESSEXPORT TE_DLL_IMPORT    47   #define TEPROCESSEXPORT    50 #endif  // __TERRALIB_PROCESS_CONFIG_H__