@samitouri / QOSamiQemu / commits / fe487bc5a7

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 <kkostiuk@redhat.com> Link: https://lore.kernel.org/r/20260330113906.168002-8-kkostiuk@redhat.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Kostiantyn Kostiuk committed Mar 30, 2026 at 14:39 UTC fe487bc5a79e0a6f1824ea52b10bc806c69cc0c1
1 file changed -2
qga/vss-win32/vss-common.h
-2
@@ -30,8 +30,6 @@
30 #define __RPC__out_ecount_part(x, y)
31 #endif
32 #define _declspec(x)
33 -#undef uuid
34 -#define uuid(x)
33
34 #include <vss.h>
35 #include "vss-handles.h"