Browse Source

Explicitly declare that `ShellHelper.cs` is a module that allows Pinvoke.

pull/3619/head
sonyps5201314 4 months ago
parent
commit
b631b55054
  1. 2
      ILSpy/Util/ShellHelper.cs

2
ILSpy/Util/ShellHelper.cs

@ -23,6 +23,8 @@ using System.Runtime.InteropServices;
using System.Linq; using System.Linq;
using System.Collections.Generic; using System.Collections.Generic;
#pragma warning disable CA1060 // Move pinvokes to native methods class
namespace ICSharpCode.ILSpy.Util namespace ICSharpCode.ILSpy.Util
{ {
static class ShellHelper static class ShellHelper

Loading…
Cancel
Save