Go to the documentation of this file.
   26 #ifndef __TERRALIB_ANNOTATIONTEXT_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_ANNOTATIONTEXT_INTERNAL_CONFIG_H 
   29 #define TE_ANNOTATIONTEXT_MODULE_NAME "te.annotationtext" 
   48     #pragma warning( disable : 4251 ) 
   51   #ifdef TEANNOTATIONTEXTSTATIC 
   52     #define TEANNOTATIONTEXTEXPORT                          // Don't need to export/import... it is a static library 
   53   #elif TEANNOTATIONTEXTDLL 
   54     #define TEANNOTATIONTEXTEXPORT  __declspec(dllexport)   // export DLL information 
   56     #define TEANNOTATIONTEXTEXPORT  __declspec(dllimport)   // import DLL information 
   59   #define TEANNOTATIONTEXTEXPORT 
   64 #endif  // __TERRALIB_ANNOTATIONTEXT_INTERNAL_CONFIG_H