mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
Enhance console prompting
This commit is contained in:
@@ -38,7 +38,7 @@ namespace WinSW.Native
|
||||
internal static extern bool OpenProcessToken(
|
||||
IntPtr processHandle,
|
||||
TokenAccessLevels desiredAccess,
|
||||
out IntPtr tokenHandle);
|
||||
out Handle tokenHandle);
|
||||
|
||||
internal enum PROCESSINFOCLASS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user