Go to the documentation of this file.
26 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_CONFIG_H
27 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_CONFIG_H
29 #define TE_ATTRIBUTEFILL_MODULE_NAME "te.attributefill"
48 #pragma warning( disable : 4251 )
49 #pragma warning( disable : 4275 )
50 #pragma warning( disable : 4290 )
53 #ifdef TEATTRIBUTEFILLSTATIC
54 #define TEATTRIBUTEFILLEXPORT
55 #elif TEATTRIBUTEFILLDLL
56 #define TEATTRIBUTEFILLEXPORT __declspec(dllexport)
58 #define TEATTRIBUTEFILLEXPORT __declspec(dllimport)
61 #define TEATTRIBUTEFILLEXPORT