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 )
34 #define TEMNTEXPORT // Don't need to export/import . it is a static library
36 #define TEMNTEXPORT __declspec(dllexport) // export DLL information
38 #define TEMNTEXPORT __declspec(dllimport) // import DLL information
46 #endif // __TERRALIB_MNT_CORE_INTERNAL_CONFIG_H