From f45cebc07334988f53a9f3cd62b29aa278752806 Mon Sep 17 00:00:00 2001 From: Maarten Bosma Date: Mon, 24 Apr 2006 10:54:06 +0000 Subject: [PATCH] Set Freeloader timeout to 0 for release builds. svn path=/trunk/; revision=21728 --- reactos/base/setup/usetup/bootsup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/base/setup/usetup/bootsup.c b/reactos/base/setup/usetup/bootsup.c index fa739fc22c7..7eb56127b2f 100644 --- a/reactos/base/setup/usetup/bootsup.c +++ b/reactos/base/setup/usetup/bootsup.c @@ -50,12 +50,12 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache) L"DefaultOS", L"ReactOS"); - /* Timeout=10 */ + /* Timeout=0 or 10 */ IniCacheInsertKey(IniSection, NULL, INSERT_LAST, L"TimeOut", - L"10"); + DBG ? L"10" : L"0"); /* Create "Display" section */ IniSection = IniCacheAppendSection(IniCache,