[PATCH v2 3/5] include/windows.foundation.idl: Add more declares.

Bernhard Kölbl besentv at gmail.com
Mon Jan 31 06:51:47 CST 2022


Signed-off-by: Bernhard Kölbl <besentv at gmail.com>
---
Required for other idl files.
---
 include/windows.foundation.idl | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/windows.foundation.idl b/include/windows.foundation.idl
index a4ee7303ddb..400e8661b04 100644
--- a/include/windows.foundation.idl
+++ b/include/windows.foundation.idl
@@ -158,9 +158,13 @@ namespace Windows {
 namespace Windows {
     namespace Foundation {
         declare {
+            interface Windows.Foundation.Collections.IIterable<HSTRING>;
+            interface Windows.Foundation.Collections.IIterator<HSTRING>;
+            interface Windows.Foundation.Collections.IVectorView<HSTRING>;
+            interface Windows.Foundation.Collections.IVector<HSTRING>;
+            interface Windows.Foundation.Collections.IMapView<HSTRING, Windows.Foundation.Collections.IVectorView<HSTRING>*>;
             interface Windows.Foundation.AsyncOperationCompletedHandler<boolean>;
             interface Windows.Foundation.IAsyncOperation<boolean>;
-            interface Windows.Foundation.Collections.IVectorView<HSTRING>;
         }
     }
-}
+}
\ No newline at end of file
-- 
2.34.1




More information about the wine-devel mailing list