Go to the documentation of this file.
   26 #ifndef __TERRALIB_FE_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_FE_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_FILTERENCODING_MODULE_NAME "te.filter_encoding" 
   51     #pragma warning( disable : 4251 ) 
   55     #define TEFEEXPORT                          // Don't need to export/import... it is a static library 
   57     #define TEFEEXPORT  __declspec(dllexport)   // export DLL information 
   59     #define TEFEEXPORT  __declspec(dllimport)   // import DLL information 
   67 #endif  // __TERRALIB_FE_INTERNAL_CONFIG_H