소스 검색

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);
         [DllImport("kernel32.dll")]
         [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)
         {