mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 18:54:04 +02: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:
@@ -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>
|
2008-06-22 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* *.c: remove trailing whitespace from newly added gtk-doc
|
* *.c: remove trailing whitespace from newly added gtk-doc
|
||||||
|
@@ -29,15 +29,14 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#ifdef G_OS_WIN32
|
|
||||||
#include <io.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef G_LOG_DOMAIN
|
#undef G_LOG_DOMAIN
|
||||||
#define G_LOG_DOMAIN "GLib-Genmarshal"
|
#define G_LOG_DOMAIN "GLib-Genmarshal"
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <glib/gprintf.h>
|
#include <glib/gprintf.h>
|
||||||
|
|
||||||
|
#ifdef G_OS_WIN32
|
||||||
|
#include <io.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* --- defines --- */
|
/* --- defines --- */
|
||||||
#define PRG_NAME "glib-genmarshal"
|
#define PRG_NAME "glib-genmarshal"
|
||||||
|
Reference in New Issue
Block a user