Browse Source

Misc

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
tags/3.3.2
Syrone Wong 8 years ago
parent
commit
156b3acd9b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Util/ProcessManagement/Job.cs

+ 1
- 1
shadowsocks-csharp/Util/ProcessManagement/Job.cs View File

@@ -14,7 +14,7 @@ namespace Shadowsocks.Util.ProcessManagement
[DllImport("kernel32.dll", CharSet = CharSet.Unicode)]
private static extern IntPtr CreateJobObject(IntPtr a, string lpName);

[DllImport("kernel32.dll")]
[DllImport("kernel32.dll", SetLastError = true)]
private static extern bool SetInformationJobObject(IntPtr hJob, JobObjectInfoType infoType, IntPtr lpJobObjectInfo, UInt32 cbJobObjectInfoLength);

[DllImport("kernel32.dll", SetLastError = true)]


Loading…
Cancel
Save