9#define LIVES_INLINE static inline
10#define LIVES_GLOBAL_INLINE inline
12#define LIVES_INLINE static
13#define LIVES_GLOBAL_INLINE
14#define LIVES_LOCAL_INLINE
22#ifndef lives_locale_to_utf8
24#define lives_locale_to_utf8(a, b, c, d, e) g_locale_to_utf8(a, b, c, d, e)
26#ifndef lives_strdup_printf
27#define lives_strdup_printf(fmt, ...) g_strdup_printf(fmt, __VA_ARGS__)
#define LIVES_GLOBAL_INLINE
LIVES_GLOBAL_INLINE char * translate_with_plural_hash(const char *String, const char *StringPlural, unsigned long int n)
#define lives_strdup_printf(fmt,...)
LIVES_GLOBAL_INLINE char * translate_with_plural(const char *String, const char *StringPlural, unsigned long int n)
#define lives_locale_to_utf8(a, b, c, d, e)
LIVES_GLOBAL_INLINE char * translate_with_hash(const char *String)
LIVES_GLOBAL_INLINE char * translate(const char *String)
#define dngettext(Domain, Message, MsgPlur, n)
#define dgettext(Domain, Message)