Fixes for the 'xamarin' profile.
[mono.git] / bockbuild / MacSDK / patches / glib / patch-gi18n.h.diff
1 --- glib/gi18n.h.orig   2008-11-23 23:45:23.000000000 -0600
2 +++ glib/gi18n.h        2008-11-25 23:59:29.000000000 -0600
3 @@ -27,7 +27,9 @@
4
5  #define  _(String) gettext (String)
6  #define Q_(String) g_dpgettext (NULL, String, 0)
7 +#ifndef N_
8  #define N_(String) (String)
9 +#endif
10  #define C_(Context,String) g_dpgettext (NULL, Context "\004" String, strlen (Context) + 1)
11  #define NC_(Context, String) (String)