Go to the documentation of this file. 26 #ifndef __TERRALIB_BINDING_V8_JSI_INTERNAL_CONFIG_H 27 #define __TERRALIB_BINDING_V8_JSI_INTERNAL_CONFIG_H 30 #include "../Config.h" 32 #define TE_V8_JSI_MODULE_NAME "TEBINDINGV8JSI" 44 #define TE_V8JSI_TEXT_DOMAIN "tev8jsi" 51 #define TE_V8JSI_TEXT_DOMAIN_DIR "locale" 58 #define TR_V8JSI(message) TR(message, TE_V8JSI_TEXT_DOMAIN) 65 #define TR_V8JSI_PLURAL(message1, message2, n) TR_PLURAL(TE_V8JSI_TEXT_DOMAIN, message1, message2, n) 87 #pragma warning( disable : 4251 ) 91 #define TEV8JSIEXPORT // Don't need to export/import... it is a static library 93 #define TEV8JSIEXPORT __declspec(dllexport) // export DLL information 95 #define TEV8JSIEXPORT __declspec(dllimport) // import DLL information 103 #endif // __TERRALIB_BINDING_V8_JSI_INTERNAL_CONFIG_H