From b243fb29c5ec848937f769f498760900465c1b3c Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Mon, 27 Apr 2020 14:31:15 -0700 Subject: [PATCH] Fix IBufferByteAccess GUID (#228) --- .../additions/Windows.Storage.Streams/IBufferByteAccess.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cswinrt/strings/additions/Windows.Storage.Streams/IBufferByteAccess.cs b/cswinrt/strings/additions/Windows.Storage.Streams/IBufferByteAccess.cs index 634602a9f..a2fbcd6d3 100644 --- a/cswinrt/strings/additions/Windows.Storage.Streams/IBufferByteAccess.cs +++ b/cswinrt/strings/additions/Windows.Storage.Streams/IBufferByteAccess.cs @@ -14,10 +14,10 @@ namespace ABI.Windows.Storage.Streams using global::System; using global::System.Runtime.InteropServices; - [Guid("00000003-0000-0000-c000-000000000046")] + [Guid("905a0fef-bc53-11df-8c49-001e4fc686da")] internal class IBufferByteAccess : global::Windows.Storage.Streams.IBufferByteAccess { - [Guid("00000003-0000-0000-c000-000000000046")] + [Guid("905a0fef-bc53-11df-8c49-001e4fc686da")] public struct Vftbl { public delegate int _get_Buffer_0(IntPtr thisPtr, out IntPtr buffer); @@ -77,4 +77,4 @@ public IntPtr Buffer } } } -} \ No newline at end of file +}