Remove the ENABLE_NLS check here as well.

Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
This commit is contained in:
Matthias Clasen 2004-07-12 04:03:50 +00:00 committed by Matthias Clasen
parent 1285c810c6
commit a0465f83b1
6 changed files with 20 additions and 15 deletions

View File

@ -1,3 +1,7 @@
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
2004-07-09 Matthias Clasen <mclasen@redhat.com>
* glib/gdir.c (g_dir_open): Convert filename to UTF-8

View File

@ -1,3 +1,7 @@
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
2004-07-09 Matthias Clasen <mclasen@redhat.com>
* glib/gdir.c (g_dir_open): Convert filename to UTF-8

View File

@ -1,3 +1,7 @@
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
2004-07-09 Matthias Clasen <mclasen@redhat.com>
* glib/gdir.c (g_dir_open): Convert filename to UTF-8

View File

@ -1,3 +1,7 @@
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
2004-07-09 Matthias Clasen <mclasen@redhat.com>
* glib/gdir.c (g_dir_open): Convert filename to UTF-8

View File

@ -1,3 +1,7 @@
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
2004-07-09 Matthias Clasen <mclasen@redhat.com>
* glib/gdir.c (g_dir_open): Convert filename to UTF-8

View File

@ -21,8 +21,6 @@
#include <glib/gstrfuncs.h>
#ifdef ENABLE_NLS
#include <libintl.h>
#ifndef GETTEXT_PACKAGE
@ -37,19 +35,6 @@
#define N_(String) (String)
#endif
#else /* NLS is disabled */
#define _(String) (String)
#define Q_(String) (String)
#define N_(String) (String)
#define textdomain(String) (String)
#define gettext(String) (String)
#define dgettext(Domain,String) (String)
#define dcgettext(Domain,String,Type) (String)
#define bindtextdomain(Domain,Directory) (Domain)
#endif
#endif /* __G_I18N_LIB_H__ */