mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
tray icon process list is now sorted in alphabetical order
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1329 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -177,6 +177,7 @@ namespace ProcessHacker
|
||||
ThreadPool.SetMaxThreads(2, 2);
|
||||
WorkQueue.GlobalWorkQueue.MaxWorkerThreads = 3;
|
||||
|
||||
// Create or open the Process Hacker mutex, used only by the installer.
|
||||
Win32.CreateMutex(IntPtr.Zero, false, "Global\\ProcessHackerMutex");
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user