qemu-ga: fixes for win32 build of qemu-ga

Various stubs and #ifdefs to compile for Windows using mingw
cross-build. Still has 1 linker error due to a dependency on the
forthcoming win32 versions of the GAChannel/transport class.
This commit is contained in:
Michael Roth 2012-01-19 22:04:34 -06:00
parent c216e5add1
commit d8ca685acb
5 changed files with 114 additions and 6 deletions

2
configure vendored
View file

@ -509,7 +509,7 @@ if test "$mingw32" = "yes" ; then
bindir="\${prefix}"
sysconfdir="\${prefix}"
confsuffix=""
guest_agent="no"
libs_qga="-lws2_32 -lwinmm $lib_qga"
fi
werror=""