mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Set Freeloader timeout to 0 for release builds.
svn path=/trunk/; revision=21728
This commit is contained in:
parent
8e197e1502
commit
f45cebc073
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue