X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0f1916f7f1e88f07440c4bca3cc9df5cae7a55f7..aebe158d20055317ad630852d1d331716f61f0ba:/buildlib/apti18n.h.in diff --git a/buildlib/apti18n.h.in b/buildlib/apti18n.h.in index a5b91b1ee..e7beceb09 100644 --- a/buildlib/apti18n.h.in +++ b/buildlib/apti18n.h.in @@ -18,6 +18,8 @@ #else // apt will not use any gettext # define setlocale(a, b) +# define textdomain(a) +# define bindtextdomain(a, b) # define _(x) x # define N_(x) x #endif