Go to the documentation of this file.
   26 #ifndef __TERRALIB_EDIT_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_EDIT_INTERNAL_CONFIG_H 
   29 #define TE_EDIT_MODULE_NAME "te.edit" 
   31 #define NEW_FEATURE_ID_SUFFIX "-new" 
   51     #pragma warning( disable : 4251 ) 
   52     #pragma warning( disable : 4275 ) 
   53     #pragma warning( disable : 4290 ) 
   57     #define TEEDITEXPORT                          // Don't need to export/import... it is a static library 
   59     #define TEEDITEXPORT  __declspec(dllexport)   // export DLL information 
   61     #define TEEDITEXPORT  __declspec(dllimport)   // import DLL information 
   69 #endif  // __TERRALIB_EDIT_INTERNAL_CONFIG_H