mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-20 14:11:02 +10:00
Code cleanup
This commit is contained in:
@@ -21,15 +21,15 @@
|
||||
using System;
|
||||
using System.Collections.Specialized;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.ConstrainedExecution;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Threading;
|
||||
|
||||
namespace WPinternals
|
||||
{
|
||||
using Luid = NativeMethods.LUID;
|
||||
using Win32Exception = System.ComponentModel.Win32Exception;
|
||||
using PrivilegeNotHeldException = System.Security.AccessControl.PrivilegeNotHeldException;
|
||||
using Win32Exception = System.ComponentModel.Win32Exception;
|
||||
|
||||
internal delegate void PrivilegedCallback(object state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user