Go to the documentation of this file.
   26 #ifndef __TERRALIB_OGR_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_OGR_INTERNAL_CONFIG_H 
   29 #include "../Config.h" 
   36 #define OGR_DRIVER_IDENTIFIER "OGR" 
   48 #define TE_OGR_TEXT_DOMAIN "teogr" 
   55 #define TE_OGR_TEXT_DOMAIN_DIR "locale" 
   62 #define TR_OGR(message) TR(message, TE_OGR_TEXT_DOMAIN) 
   69 #define TR_PLURAL_OGR(message1, message2, n) TR_PLURAL(TE_OGR_TEXT_DOMAIN, message1, message2, n) 
   83 #define TE_OGR_LOGGER_NAME "te.ogr" 
  104     #pragma warning( disable : 4251 ) 
  105     #pragma warning( disable : 4275 ) 
  109     #define TEOGREXPORT                          // Don't need to export/import... it is a static library 
  111     #define TEOGREXPORT  __declspec(dllexport)   // export DLL information 
  113     #define TEOGREXPORT  __declspec(dllimport)   // import DLL information 
  121 #endif  // __TERRALIB_OGR_INTERNAL_CONFIG_H