Skip to content

Commit b631b55

Browse files
committed
Explicitly declare that ShellHelper.cs is a module that allows Pinvoke.
1 parent 752e6ed commit b631b55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ILSpy/Util/ShellHelper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
using System.Linq;
2424
using System.Collections.Generic;
2525

26+
#pragma warning disable CA1060 // Move pinvokes to native methods class
27+
2628
namespace ICSharpCode.ILSpy.Util
2729
{
2830
static class ShellHelper

0 commit comments

Comments
 (0)