Exemplo n.º 1
0
TSystemError::TSystemError()
{
#if !defined(__FLAT__)
    inIDE = False;
    checkIDE();

    if( THardwareInfo::getDPMIFlag() )
        setupDPMI();
#endif
    resume();
}
Exemplo n.º 2
0
TSystemError::TSystemError()
{
    inIDE = False;
    checkIDE();
    resume();
}