diff options
Diffstat (limited to 'intl/dcngettext.c')
-rw-r--r-- | intl/dcngettext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/dcngettext.c b/intl/dcngettext.c index 72ffa77a02..6d95d1bc74 100644 --- a/intl/dcngettext.c +++ b/intl/dcngettext.c @@ -38,8 +38,8 @@ # define DCNGETTEXT __dcngettext # define DCIGETTEXT __dcigettext #else -# define DCNGETTEXT dcngettext__ -# define DCIGETTEXT dcigettext__ +# define DCNGETTEXT libintl_dcngettext +# define DCIGETTEXT libintl_dcigettext #endif /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY |