mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Set Freeloader timeout to 0 for release builds.
svn path=/trunk/; revision=21728
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user