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:
committed by
Paolo Bonzini
parent
148afda56c
commit
fe487bc5a7
@@ -30,8 +30,6 @@
|
|||||||
#define __RPC__out_ecount_part(x, y)
|
#define __RPC__out_ecount_part(x, y)
|
||||||
#endif
|
#endif
|
||||||
#define _declspec(x)
|
#define _declspec(x)
|
||||||
#undef uuid
|
|
||||||
#define uuid(x)
|
|
||||||
|
|
||||||
#include <vss.h>
|
#include <vss.h>
|
||||||
#include "vss-handles.h"
|
#include "vss-handles.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user