for msvc build

2003-07-20  Hans Breuer  <hans@breuer.org>

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

	* glib/glib.def : removed some duplicated entries

	* glib/gscanner.c : add same workaround for MSVC(5.0)
	which does not allow to cast an uint64 to float.
	Same as in gvaluetransform.c
	Also move #include <io.h> behind inclusion of "glib.h"
	which defines the needed G_OS_WIN32

	* glib/makefile.msc.in : added gprintf.obj, trio\trio.lib
	as well as shell32.lib

	* tests/spawn-test.c : include <io.h> on win32
This commit is contained in:
Hans Breuer
2003-07-20 15:55:09 +00:00
committed by Hans Breuer
parent 66d742f8cf
commit 2781d5f6b3
10 changed files with 128 additions and 9 deletions

View File

@@ -34,6 +34,7 @@
#ifdef G_OS_WIN32
#include <fcntl.h>
#include <io.h>
#endif