diff --git a/reactos/tools/sysreg/rosboot_test.cpp b/reactos/tools/sysreg/rosboot_test.cpp index f33b2c5a692..6e5a330f800 100644 --- a/reactos/tools/sysreg/rosboot_test.cpp +++ b/reactos/tools/sysreg/rosboot_test.cpp @@ -751,10 +751,11 @@ namespace Sysreg_ fclose(file); #endif OsSupport::cancelAlarms(); - OsSupport::setAlarm (m_MaxTime, m_Pid); #ifdef __LINUX__ - OsSupport::setAlarm(m_MaxTime, getpid()); + //OsSupport::setAlarm (m_MaxTime, m_Pid); + //OsSupport::setAlarm(m_MaxTime, getpid()); #else + OsSupport::setAlarm (m_MaxTime, m_Pid); OsSupport::setAlarm(m_MaxTime, GetCurrentProcessId()); #endif