Loading...
Searching...
No Matches
 
 
 
 
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 ) 
   74    #define TEOGREXPORT  __declspec(dllexport)    
   76    #define TEOGREXPORT  __declspec(dllimport)