From fe487bc5a79e0a6f1824ea52b10bc806c69cc0c1 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kostiuk Date: Mon, 30 Mar 2026 14:39:06 +0300 Subject: [PATCH] qga/vss: Drop unused define uuid(x) There is no place in code where we use uuid(x), at the same time MSVC vss.h use it and this define broke compilation. Signed-off-by: Kostiantyn Kostiuk Link: https://lore.kernel.org/r/20260330113906.168002-8-kkostiuk@redhat.com Signed-off-by: Paolo Bonzini --- qga/vss-win32/vss-common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/qga/vss-win32/vss-common.h b/qga/vss-win32/vss-common.h index db849127c2..5e993f9eda 100644 --- a/qga/vss-win32/vss-common.h +++ b/qga/vss-win32/vss-common.h @@ -30,8 +30,6 @@ #define __RPC__out_ecount_part(x, y) #endif #define _declspec(x) -#undef uuid -#define uuid(x) #include #include "vss-handles.h"