X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=gettext.h;h=3c9414a949f7270284fce1bddfbfae337d6c4ed7;hb=ca5c3086c7ff9c99645a66fd0c21167ef60ba0e9;hp=6e2973c8016d49d756466806f8a3f65d5aff233b;hpb=627bebd233fee0136a6ffbef005da3e62a87f99b;p=pkg%2Fabook.git diff --git a/gettext.h b/gettext.h index 6e2973c..3c9414a 100644 --- a/gettext.h +++ b/gettext.h @@ -7,6 +7,7 @@ const char *sgettext(const char *msgid); /* Strip context prefix */ # include # else # define gettext(Msgid) ((const char *) (Msgid)) +# define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) # define textdomain(Domainname) do {} while(0) # define bindtextdomain(Domainname, Dirname) do {} while(0) # endif /* ENABLE_NLS */