You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix import source of `Unpack`.
* Change the argument names
in `IUnknown_AddRef` and `IUnknown_Release` from `__` prefixes to `_` prefixes.
This resolves linter warnings that mistakenly interpreted the `__` prefix as
the old-style positional-only arguments.
0 commit comments