mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +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"DefaultOS",
|
||||||
L"ReactOS");
|
L"ReactOS");
|
||||||
|
|
||||||
/* Timeout=10 */
|
/* Timeout=0 or 10 */
|
||||||
IniCacheInsertKey(IniSection,
|
IniCacheInsertKey(IniSection,
|
||||||
NULL,
|
NULL,
|
||||||
INSERT_LAST,
|
INSERT_LAST,
|
||||||
L"TimeOut",
|
L"TimeOut",
|
||||||
L"10");
|
DBG ? L"10" : L"0");
|
||||||
|
|
||||||
/* Create "Display" section */
|
/* Create "Display" section */
|
||||||
IniSection = IniCacheAppendSection(IniCache,
|
IniSection = IniCacheAppendSection(IniCache,
|
||||||
|
|
Loading…
Reference in a new issue