Small glib 2.28 patch for Win32

2011-04-04 Thread Kean Johnston
$TITLE says it all Kean --- gio/glib-compile-schemas.c.orig.jUX 2011-03-14 00:52:40 +0200 +++ gio/glib-compile-schemas.c 2011-03-29 15:00:33 +0200 @@ -26,7 +26,9 @@ #include gstdio.h #include locale.h #include string.h +#ifdef HAVE_UNISTD_H #include unistd.h +#endif #include stdio.h

Re: Small glib 2.28 patch for Win32

2011-04-04 Thread Alexander Larsson
On Mon, 2011-04-04 at 08:30 +0200, Kean Johnston wrote: $TITLE says it all I can see that its a patch, and i can sort of guess what it does, but a bit more description would be nice. Also: +#if !defined(G_OS_WIN32) || !defined(_MSC_VER) #include unistd.h +#endif Why isn't this also using