mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-01 07:51:54 +01:00
Update variable name for consistency
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user