Export _glib_get_locale_dir() as it is now used in gio, too

This commit is contained in:
Tor Lillqvist
2011-02-20 01:23:48 +02:00
parent 73af5ab4cf
commit 1158f9c171
4 changed files with 7 additions and 2 deletions

View File

@@ -1653,6 +1653,7 @@ main (gint argc, gchar *argv[])
textdomain (GETTEXT_PACKAGE);
#ifdef G_OS_WIN32
extern gchar *_glib_get_locale_dir (void);
gchar *tmp = _glib_get_locale_dir ();
bindtextdomain (GETTEXT_PACKAGE, tmp);
g_free (tmp);