]> git.ipfire.org Git - thirdparty/qemu.git/commit
qga: Remove platform GUID definitions
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 10 Nov 2022 10:06:20 +0000 (19:06 +0900)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Wed, 11 Oct 2023 11:30:45 +0000 (14:30 +0300)
commit99bb31585cccd474b852deb29bd982e2ee542871
tree00e356bca2410997a62b34f0a86282f71c016423
parentcea3ea670fe265421131aad90c36fbb87bc4d206
qga: Remove platform GUID definitions

GUID_DEVINTERFACE_DISK and GUID_DEVINTERFACE_STORAGEPORT are already
defined by MinGW-w64. They are not only unnecessary, but can lead to
duplicate definition errors at link time with some unknown condition.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/commands-win32.c