diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2016-12-28 00:30:34 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2016-12-28 00:30:34 -0800 |
commit | 0209cce51675512f80e740ce45d568ed6d0029c0 (patch) | |
tree | 5adacf3f52abb1a02af7bd4b8fd682282ec0dfe6 /apt-extra/apti18n.h | |
parent | 019bd407df21b38dc22972771fc8557e45a844d3 (diff) |
Compile Cydia to arm64 by linking with APT 1.4~b1.
Diffstat (limited to 'apt-extra/apti18n.h')
-rw-r--r-- | apt-extra/apti18n.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apt-extra/apti18n.h b/apt-extra/apti18n.h new file mode 100644 index 0000000..a425267 --- /dev/null +++ b/apt-extra/apti18n.h @@ -0,0 +1,7 @@ +#define setlocale(a, b) +#define textdomain(a) +#define bindtextdomain(a, b) +#define _(x) x +#define P_(msg,plural,n) (n == 1 ? msg : plural) +#define N_(x) x +#define dgettext(d, m) m |