Skip to content

Commit ea9d59c

Browse files
committed
Revert
1 parent 0dbf058 commit ea9d59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App.CsWin32/Windows.Win32.ComPtr.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public readonly ComPtr<U> As<U>() where U : unmanaged
4949
}
5050

5151
[MethodImpl(MethodImplOptions.AggressiveInlining)]
52-
public readonly HRESULT CoCreateInstance<U>(CLSCTX dwClsContext = CLSCTX.CLSCTX_LOCAL_SERVER) where U : unmanaged
52+
public readonly HRESULT CoCreateInstance<U>(CLSCTX dwClsContext = CLSCTX.CLSCTX_LOCAL_SERVER)
5353
{
5454
Guid iid = typeof(T).GUID, clsid = typeof(U).GUID;
5555
return PInvoke.CoCreateInstance(&clsid, null, dwClsContext, &iid, (void**)this.GetAddressOf());

0 commit comments

Comments
 (0)