浏览代码

Update variable name for consistency

jluce50 10 年之前
父节点
当前提交
09d53e3c95
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs

+ 1 - 1
MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs

@@ -33,7 +33,7 @@ namespace MediaBrowser.ServerApplication.Native
         static extern int ResumeThread(IntPtr hThread);
         static extern int ResumeThread(IntPtr hThread);
         [DllImport("kernel32.dll")]
         [DllImport("kernel32.dll")]
         [return: MarshalAs(UnmanagedType.Bool)]
         [return: MarshalAs(UnmanagedType.Bool)]
-        public static extern bool CloseHandle(IntPtr hObject);
+        public static extern bool CloseHandle(IntPtr hThread);
 
 
         public static void Suspend(this Process process)
         public static void Suspend(this Process process)
         {
         {