* fixed Start hidden

* fixed GC.AddMemoryPressure and RemoveMemoryPressure bugs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1168 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-04-27 07:37:45 +00:00
parent dae6567365
commit 7337b02291
6 changed files with 52 additions and 11 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ namespace ProcessHacker
Application.Exit();
}
ThreadPool.SetMaxThreads(10, 20);
ThreadPool.SetMaxThreads(10, 10);
Win32.CreateMutex(0, false, "Global\\ProcessHackerMutex");