mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
move G_OS_WIN32 inclusion of <io.h> down to where G_OS_WIN32 will be
2008-06-27 Hans Breuer <hans@breuer.org> * glib-genmarshal.c : move G_OS_WIN32 inclusion of <io.h> down to where G_OS_WIN32 will be defined (#540047, Kazuki IWAMOTO) svn path=/trunk/; revision=7100
This commit is contained in:
parent
1f0cb0aab7
commit
3ed6102555
@ -1,3 +1,8 @@
|
||||
2008-06-27 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib-genmarshal.c : move G_OS_WIN32 inclusion of <io.h> down to
|
||||
where G_OS_WIN32 will be defined (#540047, Kazuki IWAMOTO)
|
||||
|
||||
2008-06-22 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* *.c: remove trailing whitespace from newly added gtk-doc
|
||||
|
@ -29,15 +29,14 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#undef G_LOG_DOMAIN
|
||||
#define G_LOG_DOMAIN "GLib-Genmarshal"
|
||||
#include <glib.h>
|
||||
#include <glib/gprintf.h>
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
/* --- defines --- */
|
||||
#define PRG_NAME "glib-genmarshal"
|
||||
|
Loading…
Reference in New Issue
Block a user