* globals.cc (hntdll): Define/declare.

* exceptions.cc (inside_kernel): Don't call GetModuleFileName if we know we're
in ntdll.
* sigproc.cc (wait_sig): Initialize hntdll.
This commit is contained in:
Christopher Faylor
2013-12-09 20:32:24 +00:00
parent db0d50a67d
commit ae8456bdf2
4 changed files with 13 additions and 0 deletions

View File

@@ -1205,6 +1205,8 @@ wait_sig (VOID *)
sigproc_printf ("entering ReadFile loop, my_readsig %p, my_sendsig %p",
my_readsig, my_sendsig);
hntdll = GetModuleHandle ("ntdll.dll");
for (;;)
{
DWORD nb;