Go to the documentation of this file.
   26 #ifndef __TERRALIB_GDAL_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_GDAL_INTERNAL_CONFIG_H 
   29 #include "../Config.h" 
   31 #define TE_GDAL_MODULE_NAME "te.da.gdal" 
   38 #define TE_GDAL_DRIVER_IDENTIFIER "GDAL" 
   58     #pragma warning( disable : 4251 ) 
   62     #define TEGDALEXPORT                          // Don't need to export/import... it is a static library 
   64     #define TEGDALEXPORT  __declspec(dllexport)   // export DLL information 
   66     #define TEGDALEXPORT  __declspec(dllimport)   // import DLL information 
   74 #endif  // __TERRALIB_GDAL_INTERNAL_CONFIG_H