Mercurial > pidgin
diff src/internal.h @ 8730:8b935eddeb10
[gaim-migrate @ 9485]
Solaris iconv-related buildage fixes from Etan. He has a great name. In
fact, the anglicanized version of his name may be the coolest name I can
think of. Seriously.
committer: Tailor Script <tailor@pidgin.im>
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Tue, 20 Apr 2004 22:40:05 +0000 |
| parents | fa6395637e2c |
| children | 92cbf9713795 |
line wrap: on
line diff
--- a/src/internal.h Tue Apr 20 20:31:11 2004 +0000 +++ b/src/internal.h Tue Apr 20 22:40:05 2004 +0000 @@ -38,6 +38,7 @@ # define N_(String) (String) # endif #else +# include <locale.h> # define N_(String) (String) # define _(x) (x) # define ngettext(Singular, Plural, Number) ((Number == 1) ? (Singular) : (Plural))
