551Fermer553
pastekLe 24/05/2017 à 04:41
Godzil (./549) :
if (uptime_crash())
{
find_another_crash()
}

non

Kernel Win98:
if (ulPrevTickCount > ulCurrentTickCount)
{
// TODO : fix the 49.7 days problem
ShowBsod();
}

#capello#