Go to the documentation of this file.
   26 #ifndef __TERRALIB_OGR_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_OGR_INTERNAL_CONFIG_H 
   34 #define OGR_DRIVER_IDENTIFIER "OGR" 
   46 #define TE_OGR_LOGGER_NAME "te.ogr" 
   67     #pragma warning( disable : 4251 ) 
   68     #pragma warning( disable : 4275 ) 
   72     #define TEOGREXPORT                          // Don't need to export/import... it is a static library 
   74     #define TEOGREXPORT  __declspec(dllexport)   // export DLL information 
   76     #define TEOGREXPORT  __declspec(dllimport)   // import DLL information 
   84 #endif  // __TERRALIB_OGR_INTERNAL_CONFIG_H