Skip to content

Commit 11328cf

Browse files
committed
Req
1 parent 045350e commit 11328cf

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/Files.App.CsWin32/IStorageProviderStatusUISourceFactory.cs

+2-12
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,8 @@ public static ref readonly Guid Guid
2525
{
2626
get
2727
{
28-
// 12E46B74-4E5A-58D1-A62F-0376E8EE7DD8
29-
ReadOnlySpan<byte> data =
30-
[
31-
0x74, 0x6b, 0xe4, 0x12,
32-
0x5a, 0x4e,
33-
0xd1, 0x58,
34-
0xa6, 0x2f,
35-
0x03, 0x76, 0xe8, 0xee, 0x7d, 0xd8
36-
];
37-
38-
Debug.Assert(data.Length == sizeof(Guid));
39-
return ref Unsafe.As<byte, Guid>(ref MemoryMarshal.GetReference(data));
28+
var iid = *IID.IID_IStorageProviderStatusUISourceFactory;
29+
return ref iid;
4030
}
4131
}
4232
}

0 commit comments

Comments
 (0)