mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-29 13:01:52 -06:00
include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API
Commit cf60ccc330
("cutils: Introduce bundle mechanism") abandoned
compatibility with Windows older than 8 - we should reflect this
in our _WIN32_WINNT and set it to the value that corresponds to
Windows 8.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230504081351.125140-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2f38ff79ab
commit
8cbfc530bc
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ QEMU_EXTERN_C int daemon(int, int);
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
/* as defined in sdkddkver.h */
|
/* as defined in sdkddkver.h */
|
||||||
#ifndef _WIN32_WINNT
|
#ifndef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x0601 /* Windows 7 API (should be in sync with glib) */
|
#define _WIN32_WINNT 0x0602 /* Windows 8 API (should be >= the one from glib) */
|
||||||
#endif
|
#endif
|
||||||
/* reduces the number of implicitly included headers */
|
/* reduces the number of implicitly included headers */
|
||||||
#ifndef WIN32_LEAN_AND_MEAN
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue