Go to the documentation of this file.
26 #ifndef __TERRALIB_LAYOUT_INTERNAL_CONFIG_H
27 #define __TERRALIB_LAYOUT_INTERNAL_CONFIG_H
29 #define TE_LAYOUT_MODULE_NAME "te.layout"
41 #define TE_LAYOUT_TEXT_DOMAIN "telayout"
48 #define TE_LAYOUT_TEXT_DOMAIN_DIR "locale"
55 #define TR_LAYOUT(message) TR(message, TE_LAYOUT_TEXT_DOMAIN)
62 #define TR_PLURAL_LAYOUT(message1, message2, n) TR_PLURAL(TE_LAYOUT_TEXT_DOMAIN, message1, message2, n)
83 #pragma warning( disable : 4251 )
84 #pragma warning( disable : 4275 )
85 #pragma warning( disable : 4290 )
89 #define TELAYOUTEXPORT // Don't need to export/import... it is a static library
91 #define TELAYOUTEXPORT __declspec(dllexport) // export DLL information
93 #define TELAYOUTEXPORT __declspec(dllimport) // import DLL information
96 #define TELAYOUTEXPORT
101 #endif // __TERRALIB_LAYOUT_INTERNAL_CONFIG_H