mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
no more UI blocking on the symbol call lock
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1164 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -71,7 +71,7 @@ namespace ProcessHacker
|
||||
public static Dictionary<string, PEWindow> PEWindows = new Dictionary<string, PEWindow>();
|
||||
public static Dictionary<string, Thread> PEThreads = new Dictionary<string, Thread>();
|
||||
|
||||
public const bool PWindowsThreaded = true;
|
||||
public const bool PWindowsThreaded = false;
|
||||
public static Dictionary<int, ProcessWindow> PWindows = new Dictionary<int, ProcessWindow>();
|
||||
public static Dictionary<int, Thread> PThreads = new Dictionary<int, Thread>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user