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 }