Go to the documentation of this file.
26 #ifndef __TERRALIB_VP_CORE_INTERNAL_CONFIG_H
27 #define __TERRALIB_VP_CORE_INTERNAL_CONFIG_H
29 #define TE_VP_MODULE_NAME "te.vp"
48 #pragma warning( disable : 4251 )
49 #pragma warning( disable : 4275 )
56 #define TEVPEXPORT __declspec(dllexport)
58 #define TEVPEXPORT __declspec(dllimport)