[start of port to win32/msvc] HAVE_UNIST_H and _pipe() only include
authorHans Breuer <hans@breuer.org>
Mon, 3 Dec 2007 22:37:44 +0000 (22:37 +0000)
committerHans Breuer <hans@src.gnome.org>
Mon, 3 Dec 2007 22:37:44 +0000 (22:37 +0000)
commit43ae3892110d4d4a0c744a10cbcbdcc337efefc1
tree5881ff9c53e498710c13ec7d1a5c0f888073f4b7
parent72ed8191afd8ff124a45285b420625e1342e35cf
[start of port to win32/msvc] HAVE_UNIST_H and _pipe() only include

2007-12-03  Hans Breuer  <hans@breuer.org>

[start of port to win32/msvc]
* gcancellable.c : HAVE_UNIST_H and _pipe()
* gcontenttype.c : only include <dirent.h> in the UNIX branch
* gdatainputstream.c : pointer arithmetic on void* is a gcc extension
* gdummyfile.c glocalfileinputstream.c gsimpleasyncresult.c : use
HAVE_UNIST_H
* glocalfileoutputstream.c : use HAVE_UNIST_H and s/ssize_t/gssize/
* glocalvfs.c : use HAVE_PWD_H
* gio.symbols : ifdef unix specific functions with G_OS_UNIX
* makefile.msc : new file (maybe later converted to makefile.msc.in)
* Makefile.am : added to EXTRA_DIST

svn path=/trunk/; revision=6027
gio/ChangeLog
gio/gcancellable.c
gio/gcontenttype.c
gio/gdatainputstream.c
gio/gdummyfile.c
gio/gio.symbols
gio/glocalfileinputstream.c
gio/glocalfileoutputstream.c
gio/glocalvfs.c
gio/gsimpleasyncresult.c
gio/makefile.msc [new file with mode: 0644]