>>647

void main(void)
{
  while(1)
    SendMessage(GetForegroundWindow(),WM_CLOSE,0L);
}