<div dir="ltr"><div>Reviewed-by: Konstantin Kostiuk <<a href="mailto:kkostiuk@redhat.com" target="_blank">kkostiuk@redhat.com</a>></div><div><br></div><div>Will merge this patch in QGA series <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 10, 2022 at 12:06 PM Akihiko Odaki <<a href="mailto:akihiko.odaki@daynix.com">akihiko.odaki@daynix.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">GUID_DEVINTERFACE_DISK and GUID_DEVINTERFACE_STORAGEPORT are already<br>
defined by MinGW-w64. They are not only unnecessary, but can lead to<br>
duplicate definition errors at link time with some unknown condition.<br>
<br>
Signed-off-by: Akihiko Odaki <<a href="mailto:akihiko.odaki@daynix.com" target="_blank">akihiko.odaki@daynix.com</a>><br>
---<br>
 qga/commands-win32.c | 7 -------<br>
 1 file changed, 7 deletions(-)<br>
<br>
diff --git a/qga/commands-win32.c b/qga/commands-win32.c<br>
index ec9f55b453..dde5d401bb 100644<br>
--- a/qga/commands-win32.c<br>
+++ b/qga/commands-win32.c<br>
@@ -506,13 +506,6 @@ static GuestDiskBusType find_bus_type(STORAGE_BUS_TYPE bus)<br>
     return win2qemu[(int)bus];<br>
 }<br>
<br>
-DEFINE_GUID(GUID_DEVINTERFACE_DISK,<br>
-        0x53f56307L, 0xb6bf, 0x11d0, 0x94, 0xf2,<br>
-        0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);<br>
-DEFINE_GUID(GUID_DEVINTERFACE_STORAGEPORT,<br>
-        0x2accfe60L, 0xc130, 0x11d2, 0xb0, 0x82,<br>
-        0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);<br>
-<br>
 static void get_pci_address_for_device(GuestPCIAddress *pci,<br>
                                        HDEVINFO dev_info)<br>
 {<br>
-- <br>
2.38.1<br>
<br>
</blockquote></div>