Move Win32-only includes after inclusion of glib.h, so that G_OS_WIN32 is

2000-03-22  Tor Lillqvist  <tml@iki.fi>

* gutils.c: Move Win32-only includes after inclusion of glib.h, so
that G_OS_WIN32 is defined.

* glibconfig.h.win32.in: Add GSystemThread.
This commit is contained in:
Tor Lillqvist
2000-03-22 20:46:19 +00:00
committed by Tor Lillqvist
parent 5a470fc8d7
commit 142219f278
11 changed files with 89 additions and 24 deletions

View File

@@ -1,3 +1,10 @@
2000-03-22 Tor Lillqvist <tml@iki.fi>
* gutils.c: Move Win32-only includes after inclusion of glib.h, so
that G_OS_WIN32 is defined.
* glibconfig.h.win32.in: Add GSystemThread.
2000-03-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gutils.c (g_get_current_dir): Ok, Marcus Brinkmann