1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

include: Add support for BYTE IReference.

Needed by Windows.Networking.Connectivity.IPInformation.
This commit is contained in:
Mohamad Al-Jaf 2023-07-02 22:37:53 -04:00 committed by Alexandre Julliard
parent 9617c784b9
commit 296fc81340

View File

@ -86,6 +86,7 @@ namespace Windows.Foundation {
interface Windows.Foundation.AsyncOperationCompletedHandler<boolean>;
interface Windows.Foundation.IAsyncOperation<IInspectable *>;
interface Windows.Foundation.IAsyncOperation<boolean>;
interface Windows.Foundation.IReference<BYTE>;
interface Windows.Foundation.IReference<INT32>;
interface Windows.Foundation.IReference<DOUBLE>;
interface Windows.Foundation.TypedEventHandler<IInspectable *, IInspectable *>;