Go to the documentation of this file.
   26 #ifndef __TERRALIB_FE_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_FE_INTERNAL_CONFIG_H 
   29 #define TE_FILTERENCODING_MODULE_NAME "te.filter_encoding" 
   48     #pragma warning( disable : 4251 ) 
   52     #define TEFEEXPORT                          // Don't need to export/import... it is a static library 
   54     #define TEFEEXPORT  __declspec(dllexport)   // export DLL information 
   56     #define TEFEEXPORT  __declspec(dllimport)   // import DLL information 
   64 #endif  // __TERRALIB_FE_INTERNAL_CONFIG_H