libpurple/internal.h

branch
soc.2013.gobjectification.plugins
changeset 36973
c2947ee224ca
parent 36962
bb716fcd7bb0
parent 35139
c30787ce6256
child 36987
e5fdaa0edfa8
equal deleted inserted replaced
36972:dfe5c47d56a9 36973:c2947ee224ca
46 * Thank you Manuel, and thank you Alex's good friend Google. 46 * Thank you Manuel, and thank you Alex's good friend Google.
47 */ 47 */
48 #ifdef ENABLE_NLS 48 #ifdef ENABLE_NLS
49 # include <locale.h> 49 # include <locale.h>
50 # include <libintl.h> 50 # include <libintl.h>
51 # undef printf
51 # define _(String) ((const char *)dgettext(PACKAGE, String)) 52 # define _(String) ((const char *)dgettext(PACKAGE, String))
52 # ifdef gettext_noop 53 # ifdef gettext_noop
53 # define N_(String) gettext_noop (String) 54 # define N_(String) gettext_noop (String)
54 # else 55 # else
55 # define N_(String) (String) 56 # define N_(String) (String)

mercurial