Signed-off-by: Bernhard Kölbl besentv@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