[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/16] include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 AP
|
From: |
Paolo Bonzini |
|
Subject: |
[PULL 07/16] include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API |
|
Date: |
Tue, 9 May 2023 11:04:44 +0200 |
From: Thomas Huth <thuth@redhat.com>
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>
---
include/qemu/osdep.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h
index 9eff0be95bd5..cc61b00ba9b7 100644
--- a/include/qemu/osdep.h
+++ b/include/qemu/osdep.h
@@ -75,7 +75,7 @@ QEMU_EXTERN_C int daemon(int, int);
#ifdef _WIN32
/* as defined in sdkddkver.h */
#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
/* reduces the number of implicitly included headers */
#ifndef WIN32_LEAN_AND_MEAN
--
2.40.1
- [PULL 00/16] Misc patches for 2023-05-09, Paolo Bonzini, 2023/05/09
- [PULL 02/16] test-aio-multithread: do not use mb_read/mb_set for simple flags, Paolo Bonzini, 2023/05/09
- [PULL 01/16] rcu: remove qatomic_mb_set, expand comments, Paolo Bonzini, 2023/05/09
- [PULL 03/16] test-aio-multithread: simplify test_multi_co_schedule, Paolo Bonzini, 2023/05/09
- [PULL 04/16] call_rcu: stop using mb_set/mb_read, Paolo Bonzini, 2023/05/09
- [PULL 07/16] include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API,
Paolo Bonzini <=
- [PULL 05/16] tb-maint: do not use mb_read/mb_set, Paolo Bonzini, 2023/05/09
- [PULL 09/16] target/i386: Add new EPYC CPU versions with updated cache_info, Paolo Bonzini, 2023/05/09
- [PULL 06/16] MAINTAINERS: add stanza for Kconfig files, Paolo Bonzini, 2023/05/09
- [PULL 08/16] target/i386: allow versioned CPUs to specify new cache_info, Paolo Bonzini, 2023/05/09
- [PULL 12/16] target/i386: Add missing feature bits in EPYC-Milan model, Paolo Bonzini, 2023/05/09
- [PULL 11/16] target/i386: Add feature bits for CPUID_Fn80000021_EAX, Paolo Bonzini, 2023/05/09
- [PULL 13/16] target/i386: Add VNMI and automatic IBRS feature bits, Paolo Bonzini, 2023/05/09
- [PULL 10/16] target/i386: Add a couple of feature bits in 8000_0008_EBX, Paolo Bonzini, 2023/05/09
- [PULL 16/16] meson: leave unnecessary modules out of the build, Paolo Bonzini, 2023/05/09
- [PULL 14/16] target/i386: Add EPYC-Genoa model to support Zen 4 processor series, Paolo Bonzini, 2023/05/09