Re: [PATCH v2 2/6] util/oslib-win32: Add a helper to get the Windows version

2022-07-28 Thread Marc-André Lureau
Hi On Wed, Jul 27, 2022 at 5:35 PM Bin Meng wrote: > From: Bin Meng > > This adds a helper to get the Windows version via the RtlGetVersion > call, for QEMU codes to determine the Windows version at run-time. > > Signed-off-by: Xuzhou Cheng > Signed-off-by: Bin Meng > --- > > (no changes sinc

[PATCH v2 2/6] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Bin Meng
From: Bin Meng This adds a helper to get the Windows version via the RtlGetVersion call, for QEMU codes to determine the Windows version at run-time. Signed-off-by: Xuzhou Cheng Signed-off-by: Bin Meng --- (no changes since v1) include/sysemu/os-win32.h | 2 ++ util/oslib-win32.c|