Go to the documentation of this file.
26 #ifndef __TERRALIB_STMEMORY_INTERNAL_CONFIG_H
27 #define __TERRALIB_STMEMORY_INTERNAL_CONFIG_H
34 #define TE_STMEMORY_MODULE_NAME "te.stmemory"
41 #define TE_STMEMORY_DRIVER_IDENTIFIER "STMEMORY"
46 #define TE_STMEMORY_DRIVER_MAX_DATASETS 1024
65 #pragma warning( disable : 4251 4127 4275)
68 #ifdef TESTMEMORYSTATIC
69 #define TESTMEMORYEXPORT
71 #define TESTMEMORYEXPORT __declspec(dllexport)
73 #define TESTMEMORYEXPORT __declspec(dllimport)
76 #define TESTMEMORYEXPORT