Go to the documentation of this file.
2 #ifndef __TERRALIB_MNT_CORE_INTERNAL_CONFIG_H
3 #define __TERRALIB_MNT_CORE_INTERNAL_CONFIG_H
5 #define TE_MNT_MODULE_NAME "te.mnt"
28 #pragma warning( disable : 4251 )
29 #pragma warning( disable : 4275 )
36 #define TEMNTEXPORT __declspec(dllexport)
38 #define TEMNTEXPORT __declspec(dllimport)