Fabian Maurer : include/windows.foundation: Add double reference.
Module: wine Branch: master Commit: 1e659a1fff885c6d8ee5ce13ef60b478ad025685 URL: https://gitlab.winehq.org/wine/wine/-/commit/1e659a1fff885c6d8ee5ce13ef60b47... Author: Fabian Maurer <dark.shadow4(a)web.de> Date: Wed Jun 28 19:33:06 2023 +0200 include/windows.foundation: Add double reference. --- include/windows.foundation.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/windows.foundation.idl b/include/windows.foundation.idl index d89541740a7..281b51d0d6c 100644 --- a/include/windows.foundation.idl +++ b/include/windows.foundation.idl @@ -87,6 +87,7 @@ namespace Windows.Foundation { interface Windows.Foundation.IAsyncOperation<IInspectable *>; interface Windows.Foundation.IAsyncOperation<boolean>; interface Windows.Foundation.IReference<INT32>; + interface Windows.Foundation.IReference<DOUBLE>; interface Windows.Foundation.TypedEventHandler<IInspectable *, IInspectable *>; interface Windows.Foundation.TypedEventHandler<Windows.Foundation.IMemoryBufferReference *, IInspectable *>; }
participants (1)
-
Alexandre Julliard