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:
wj32
2009-04-27 02:45:20 +00:00
parent 09ece47696
commit e55aa8c3f5
4 changed files with 64 additions and 37 deletions
+1 -1
View File
@@ -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>();