X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/dc4002d8c3c687e6614d01b34e4b6aa929411ea9..8cd53bd4fe839c3135696ecbdca45909130a2dd9:/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