Loading...
Searching...
No Matches
 
 
 
 
Go to the documentation of this file.
   26#ifndef __TERRALIB_RASTER_INTERNAL_CONFIG_H 
   27#define __TERRALIB_RASTER_INTERNAL_CONFIG_H 
   29#define TE_RASTER_MODULE_NAME "te.raster" 
   31#define TE_DEFAULT_RASTER_TYPE "GDAL" 
   51    #pragma warning( disable : 4251 ) 
   52    #pragma warning( disable : 4996 ) 
   56    #define TERASTEREXPORT                           
   58    #define TERASTEREXPORT  __declspec(dllexport)    
   60    #define TERASTEREXPORT  __declspec(dllimport)    
   63  #define TERASTEREXPORT