This file defines an NT specific operating system exception handler. Basically, it catches unexpected exceptions produced by the operating system calls, as opposed to normal C++ exceptions. More...
Go to the source code of this file.
Namespaces | |
namespace | IGNORE_THIS_FREAKING_NAMESPACE_DARNIT |
Functions | |
void | doit () |
Variables | |
static int | trashola = 1 |
This file defines an NT specific operating system exception handler. Basically, it catches unexpected exceptions produced by the operating system calls, as opposed to normal C++ exceptions.
These exceptions are converted into calls to exit() with an explanation of what happened so that you can see that an exception occurred. Strangely, this not the default behavior on NT....
Definition in file NTexception.cxx.