From 090a691500e208753bdb2a694f9467094d67c695 Mon Sep 17 00:00:00 2001 From: MiroKaku <50670906+MiroKaku@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:33:54 +0800 Subject: [PATCH] fix: WPD.CLSID --- Src/MediaDevicesShare/Internal/WPD.CLSID.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/MediaDevicesShare/Internal/WPD.CLSID.cs b/Src/MediaDevicesShare/Internal/WPD.CLSID.cs index 090a81f6..0db5a2db 100644 --- a/Src/MediaDevicesShare/Internal/WPD.CLSID.cs +++ b/Src/MediaDevicesShare/Internal/WPD.CLSID.cs @@ -8,7 +8,7 @@ internal static partial class WPD { #region CLSIDs - public static Guid CLSID_PORTABLE_DEVICES = new Guid(0x35786D3C, 0xB075, 0xb9, 0x88, 0xDD, 0x02, 0x98, 0x76, 0xE1, 0x1C, 0x01); + public static Guid CLSID_PORTABLE_DEVICES = new Guid(0x35786D3C, 0xB075, 0x49B9, 0x88, 0xDD, 0x02, 0x98, 0x76, 0xE1, 0x1C, 0x01); #endregion }