1/4 stack -> 1/16 stack

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2249 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-10-17 11:53:08 +00:00
parent e3377d4b64
commit fb89690166
7 changed files with 18 additions and 12 deletions
+4 -4
View File
@@ -1091,7 +1091,7 @@ namespace ProcessHacker
Application.Run(ed);
Program.MemoryEditorsThreads.Remove(id);
}));
}), Utils.SixteenthStackSize);
t.SetApartmentState(ApartmentState.STA);
t.Start();
@@ -1141,7 +1141,7 @@ namespace ProcessHacker
Application.Run(rw);
Program.ResultsThreads.Remove(id);
}));
}), Utils.SixteenthStackSize);
t.SetApartmentState(ApartmentState.STA);
t.Start();
@@ -1198,7 +1198,7 @@ namespace ProcessHacker
Application.Run(pw);
Program.PEThreads.Remove(path);
}));
}), Utils.SixteenthStackSize);
t.SetApartmentState(ApartmentState.STA);
t.Start();
@@ -1254,7 +1254,7 @@ namespace ProcessHacker
Application.Run(pw);
Program.PThreads.Remove(process.Pid);
}));
}), Utils.SixteenthStackSize);
t.SetApartmentState(ApartmentState.STA);
t.Start();