]> Git Repo - qemu.git/commit - include/qemu/osdep.h
build-sys: build with Vista API by default
authorMarc-André Lureau <[email protected]>
Thu, 22 Nov 2018 11:00:38 +0000 (15:00 +0400)
committerPaolo Bonzini <[email protected]>
Fri, 11 Jan 2019 12:57:25 +0000 (13:57 +0100)
commit56cdca1d7a6a9c8ce28287b8c986ac9ea87ba603
tree21f8b0f5bf8dbc0dcb248c221948661858c72bb4
parent007e722c349839f430f10639ba8c94fe43acfe50
build-sys: build with Vista API by default

Both qemu & qga build with Vista API by default already, by defining
_WIN32_WINNT 0x0600. Set it globally in osdep.h instead.

This replaces WINVER by _WIN32_WINNT in osdep.h. WINVER doesn't seem
to be really useful these days.
(see also https://blogs.msdn.microsoft.com/oldnewthing/20070411-00/?p=27283)

Signed-off-by: Marc-André Lureau <[email protected]>
Message-Id: <20181122110039[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
include/qemu/osdep.h
qga/commands-win32.c
util/qemu-thread-win32.c
This page took 0.025739 seconds and 4 git commands to generate.