+2010-05-20 Bruno Haible <bruno@clisp.org>
+
+ Avoid a link error when building statically on mingw.
+ * gettextP.h (gl_locale_name_thread): Alias to _nl_locale_name_thread.
+ Reported by Rob <sisyphus1@optusnet.com.au>.
+
2010-05-16 Bruno Haible <bruno@clisp.org>
* libgnuintl.h.in (printf): Add comment.
/* Header describing internals of libintl library.
- Copyright (C) 1995-1999, 2000-2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1995-1999, 2000-2007, 2009-2010 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@cygnus.com>, 1995.
This program is free software; you can redistribute it and/or modify it
# define gl_locale_name_thread_unsafe _nl_locale_name_thread_unsafe
extern const char *_nl_locale_name_thread_unsafe (int category,
const char *categoryname);
+# define gl_locale_name_thread _nl_locale_name_thread
+/* extern const char *_nl_locale_name_thread (int category,
+ const char *categoryname); */
# define gl_locale_name_posix _nl_locale_name_posix
extern const char *_nl_locale_name_posix (int category,
const char *categoryname);