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>
This commit is contained in:
Kostiantyn Kostiuk
2026-03-30 14:39:06 +03:00
committed by Paolo Bonzini
parent 148afda56c
commit fe487bc5a7

View File

@@ -30,8 +30,6 @@
#define __RPC__out_ecount_part(x, y)
#endif
#define _declspec(x)
#undef uuid
#define uuid(x)
#include <vss.h>
#include "vss-handles.h"