qga: drop < Vista compatibility
commit4ac80866476cc84825f57d239d210effeddf7146
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 22 Nov 2018 11:00:39 +0000 (22 15:00 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Jan 2019 12:57:25 +0000 (11 13:57 +0100)
treeaebe07c1af22a61fbd145aceb82cd1a788a35ff9
parent56cdca1d7a6a9c8ce28287b8c986ac9ea87ba603
qga: drop < Vista compatibility

Building QGA for XP seems possible so far: the dependency on
libqemuutil.a implies building qemu-thread-win32.c, which requires
Vista API since commit 12f8def0 (v2.9). But qemu-thread isn't being
used in QGA, the resulting binary may still work on XP.  XP is no
longer supported for the past 4.5y, it's time to drop support for it.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20181122110039.15972-5-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qga/commands-win32.c