Removed a TODO related to shutdown-type cleanup. We can't rely on it.
This commit is contained in:
parent
bf0b38b6c2
commit
bdf5ebad3d
|
@ -72,7 +72,6 @@ static BOOL WINAPI consoleCtrlHandler(DWORD dwCtrlType)
|
||||||
// at least, that's the best I can gather from the MSDN page on the handler function
|
// at least, that's the best I can gather from the MSDN page on the handler function
|
||||||
// it says that functions registered by a DLL replace the default handler function (which ends the process)
|
// it says that functions registered by a DLL replace the default handler function (which ends the process)
|
||||||
// it works, anyway
|
// it works, anyway
|
||||||
// TODO it's telling me there's one allocation that's left over with no type information
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in New Issue