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_LOGGER_NAME "te.ogr" 
   69     #pragma warning( disable : 4251 ) 
   70     #pragma warning( disable : 4275 ) 
   74     #define TEOGREXPORT                          // Don't need to export/import... it is a static library 
   76     #define TEOGREXPORT  __declspec(dllexport)   // export DLL information 
   78     #define TEOGREXPORT  __declspec(dllimport)   // import DLL information 
   86 #endif  // __TERRALIB_OGR_INTERNAL_CONFIG_H