[PATCH] include: Add IReference/IVectorView <BYTE> interface references.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sat Mar 12 03:01:28 CST 2022


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 include/windows.foundation.idl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/windows.foundation.idl b/include/windows.foundation.idl
index 27bec63b0ef..91bf8862545 100644
--- a/include/windows.foundation.idl
+++ b/include/windows.foundation.idl
@@ -162,6 +162,7 @@ namespace Windows {
             interface Windows.Foundation.Collections.IIterable<IInspectable *>;
             interface Windows.Foundation.Collections.IIterator<HSTRING>;
             interface Windows.Foundation.Collections.IIterator<IInspectable *>;
+            interface Windows.Foundation.Collections.IVectorView<BYTE>;
             interface Windows.Foundation.Collections.IVectorView<HSTRING>;
             interface Windows.Foundation.Collections.IVectorView<IInspectable *>;
             interface Windows.Foundation.Collections.IVector<HSTRING>;
@@ -170,6 +171,7 @@ namespace Windows {
             interface Windows.Foundation.EventHandler<IInspectable *>;
             interface Windows.Foundation.AsyncOperationCompletedHandler<boolean>;
             interface Windows.Foundation.IAsyncOperation<boolean>;
+            interface Windows.Foundation.IReference<BYTE>;
             interface Windows.Foundation.IReference<INT32>;
         }
     }
-- 
2.35.1




More information about the wine-devel mailing list