include/windows.foundation.idl: Add more declares.
Signed-off-by: Bernhard Kölbl <besentv@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f89774a79f
commit
8d5791a928
|
@ -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>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue