Go to the documentation of this file.
   26 #ifndef __TERRALIB_ANNOTATIONTEXT_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_ANNOTATIONTEXT_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_ANNOTATIONTEXT_MODULE_NAME "te.annotationtext" 
   51     #pragma warning( disable : 4251 ) 
   54   #ifdef TEANNOTATIONTEXTSTATIC 
   55     #define TEANNOTATIONTEXTEXPORT                          // Don't need to export/import... it is a static library 
   56   #elif TEANNOTATIONTEXTDLL 
   57     #define TEANNOTATIONTEXTEXPORT  __declspec(dllexport)   // export DLL information 
   59     #define TEANNOTATIONTEXTEXPORT  __declspec(dllimport)   // import DLL information 
   62   #define TEANNOTATIONTEXTEXPORT 
   67 #endif  // __TERRALIB_ANNOTATIONTEXT_INTERNAL_CONFIG_H