Re: [PATCH v2 3/6] qga/commands-win32: Use os_get_win_version()

2022-07-28 Thread Marc-André Lureau
Hi On Wed, Jul 27, 2022 at 5:30 PM Bin Meng wrote: > From: Bin Meng > > Drop its own ga_get_win_version() implementation, and use the one > provided in oslib-win32 instead. > > Signed-off-by: Bin Meng > Will be squashed with the previous patch, since the move should be done together. > ---

[PATCH v2 3/6] qga/commands-win32: Use os_get_win_version()

2022-07-27 Thread Bin Meng
From: Bin Meng Drop its own ga_get_win_version() implementation, and use the one provided in oslib-win32 instead. Signed-off-by: Bin Meng --- (no changes since v1) qga/commands-win32.c | 27 +-- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/qga/command