for msvc build

2003-08-05  Hans Breuer  <hans@breuer.org>

	* glib/gnulib/makefile.msc : (new file) for msvc build

	* glib/gnulib/vasnprintf.c : use glib/galloc.h

	* glib/gnulib/printf.h : #include <stdio.h> for FILE*

	* glib/makefile.msc.in : replace trio with gnulib

	* glib/glib.def : updated externals

	* glib/guniprop.c : fix for guniprop.c(582) : error C2082:
	redefinition of formal parameter 'len'
This commit is contained in:
Hans Breuer
2003-08-05 22:21:19 +00:00
committed by Hans Breuer
parent 10d02e3aef
commit 1fd50a1454
13 changed files with 130 additions and 9 deletions

View File

@@ -42,6 +42,10 @@
#include <unistd.h>
#endif
#ifdef G_OS_WIN32
#include <io.h> /* For read(), write() etc */
#endif
static void
test_mkstemp (void)
{