* exceptions.cc: Move global variable sigExeced...
* globals.cc: here. * pinfo.cc (pinfo::maybe_set_exit_code_from_windows): Remove now unneeded declaration.
This commit is contained in:
@@ -140,7 +140,6 @@ pinfo::maybe_set_exit_code_from_windows ()
|
||||
{
|
||||
DWORD x = 0xdeadbeef;
|
||||
DWORD oexitcode = self->exitcode;
|
||||
extern int sigExeced;
|
||||
|
||||
if (hProcess && !(self->exitcode & EXITCODE_SET))
|
||||
{
|
||||
|
Reference in New Issue
Block a user