From af5e7bb2cd9679e80d6b2b691f50be432077a154 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Thu, 3 Mar 2022 12:48:33 +1100 Subject: [PATCH] include: Add IReference interface reference Signed-off-by: Alistair Leslie-Hughes --- include/windows.foundation.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/windows.foundation.idl b/include/windows.foundation.idl index 50e134d3900..446bbb3a86c 100644 --- a/include/windows.foundation.idl +++ b/include/windows.foundation.idl @@ -160,6 +160,7 @@ namespace Windows { declare { interface Windows.Foundation.Collections.IIterable; interface Windows.Foundation.Collections.IIterator; + interface Windows.Foundation.Collections.IVectorView; interface Windows.Foundation.Collections.IVectorView; interface Windows.Foundation.Collections.IVectorView; interface Windows.Foundation.Collections.IVector; @@ -167,6 +168,7 @@ namespace Windows { interface Windows.Foundation.Collections.IMapView*>; interface Windows.Foundation.AsyncOperationCompletedHandler; interface Windows.Foundation.IAsyncOperation; + interface Windows.Foundation.IReference; } } } -- 2.34.1