Loading...
Searching...
No Matches
Go to the documentation of this file.
26#ifndef __TERRALIB_METADATA_INTERNAL_CONFIG_H
27#define __TERRALIB_METADATA_INTERNAL_CONFIG_H
29#define TE_MD_MODULE_NAME "te.metadata"
49 #pragma warning( disable : 4251 )
50 #pragma warning( disable : 4275 )
56 #define TEMDEXPORT __declspec(dllexport)
58 #define TEMDEXPORT __declspec(dllimport)