[PATCH 7/7] qga/vss: Drop unused define uuid(x)

Kostiantyn Kostiuk posted 7 patches 2 days, 16 hours ago
Maintainers: Kostiantyn Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>
[PATCH 7/7] qga/vss: Drop unused define uuid(x)
Posted by Kostiantyn Kostiuk 2 days, 16 hours ago
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>
---
 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 <vss.h>
 #include "vss-handles.h"
-- 
2.52.0