Don't define LANG_AZERI etc in case those aren't defined in the headers
authorTor Lillqvist <tml@iki.fi>
Thu, 8 Nov 2001 06:47:33 +0000 (06:47 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 8 Nov 2001 06:47:33 +0000 (06:47 +0000)
commit4da724f88bdaa53ab5df7d7071fb34859d9c1c50
tree28419f4cc57af1844855a5130d7672acf4a5e652
parent5b7a16146d172a03e18300750a9b9806706098c5
Don't define LANG_AZERI etc in case those aren't defined in the headers

2001-11-08  Tor Lillqvist  <tml@iki.fi>

* glib/gwin32.c: Don't define LANG_AZERI etc in case those aren't
defined in the headers (MSVC 5.0).
(g_win32_getlocale): Instead, surround uses of those with
#ifdef. Those MSVC 5.0 users that want to build a GLib that
recognizes those languages should download the Platform SDK and
use the headers from it.

2001-11-07  Peter Williams  <peterw@ximian.com>

* glib/gdir.c (g_dir_read_name): Return NULL when done reading.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gdir.c
glib/gwin32.c