reverted r1925, r1926, r1929

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1931 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-09-24 01:32:09 +00:00
parent f1af03d6a3
commit 35d8aeb91f
12 changed files with 75 additions and 123 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ namespace ProcessHacker
{
CurrentProcessId = Win32.GetCurrentProcessId();
CurrentSessionId = Win32.GetProcessSessionId(Win32.GetCurrentProcessId());
System.Threading.Thread.CurrentThread.Priority = System.Threading.ThreadPriority.Highest;
System.Threading.Thread.CurrentThread.Priority = ThreadPriority.Highest;
}
catch (Exception ex)
{