Bernhard Kölbl : include/windows.foundation.idl: Add more declares.

Alexandre Julliard julliard at winehq.org
Fri Feb 11 14:33:59 CST 2022


Module: wine
Branch: master
Commit: 8d5791a928f4cbada2345beb80951eb8e6fd05dc
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8d5791a928f4cbada2345beb80951eb8e6fd05dc

Author: Bernhard Kölbl <besentv at gmail.com>
Date:   Mon Jan 31 13:51:47 2022 +0100

include/windows.foundation.idl: Add more declares.

Signed-off-by: Bernhard Kölbl <besentv at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/windows.foundation.idl | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/include/windows.foundation.idl b/include/windows.foundation.idl
index a4ee7303ddb..8abb3275fa7 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>;
         }
     }
 }




More information about the wine-cvs mailing list