Go to the documentation of this file.
   26 #ifndef __TERRALIB_STMEMORY_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_STMEMORY_INTERNAL_CONFIG_H 
   29 #include "../Config.h" 
   36 #define TE_STMEMORY_MODULE_NAME "te.stmemory" 
   43 #define TE_STMEMORY_DRIVER_IDENTIFIER "STMEMORY" 
   48 #define TE_STMEMORY_DRIVER_MAX_DATASETS 1024 
   67     #pragma warning( disable : 4251  4127  4275) 
   70   #ifdef TESTMEMORYSTATIC 
   71     #define TESTMEMORYEXPORT                        // Don't need to export/import... it is a static library 
   73     #define TESTMEMORYEXPORT  __declspec(dllexport)   // export DLL information 
   75     #define TESTMEMORYEXPORT  __declspec(dllimport)   // import DLL information 
   78   #define TESTMEMORYEXPORT 
   83 #endif  // __TERRALIB_STMEMORY_INTERNAL_CONFIG_H