Skip to content

Commit acf1873

Browse files
committed
Fix XML comment warning on .NET Framework
1 parent 298cf49 commit acf1873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vsinterop/GlobalUsings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434

3535
global using Marshal = System.Runtime.InteropServices.Marshal;
3636
global using FILETIME = Windows.Win32.Foundation.FILETIME;
37+
global using HRESULT = Windows.Win32.Foundation.HRESULT;
3738

3839
#pragma warning restore IDE0005 // Using directive is unnecessary.

0 commit comments

Comments
 (0)