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:
wj32
2009-05-25 09:54:28 +00:00
parent e4d7cdebe7
commit cb8dd4308f
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -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