mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
Added TimeOut to the correct section, removed ion's 12148 incorrect addition. 10 second default.
svn path=/trunk/; revision=17287
This commit is contained in:
parent
9664020ca4
commit
c247f5f8b2
1 changed files with 0 additions and 9 deletions
|
@ -50,14 +50,12 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache)
|
||||||
L"DefaultOS",
|
L"DefaultOS",
|
||||||
L"ReactOS");
|
L"ReactOS");
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* Timeout=10 */
|
/* Timeout=10 */
|
||||||
IniCacheInsertKey(IniSection,
|
IniCacheInsertKey(IniSection,
|
||||||
NULL,
|
NULL,
|
||||||
INSERT_LAST,
|
INSERT_LAST,
|
||||||
L"TimeOut",
|
L"TimeOut",
|
||||||
L"10");
|
L"10");
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Create "Display" section */
|
/* Create "Display" section */
|
||||||
IniSection = IniCacheAppendSection(IniCache,
|
IniSection = IniCacheAppendSection(IniCache,
|
||||||
|
@ -167,13 +165,6 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache)
|
||||||
INSERT_LAST,
|
INSERT_LAST,
|
||||||
L"SelectedColor",
|
L"SelectedColor",
|
||||||
L"Gray");
|
L"Gray");
|
||||||
|
|
||||||
/* TimeOut=5 */
|
|
||||||
IniCacheInsertKey(IniSection,
|
|
||||||
NULL,
|
|
||||||
INSERT_LAST,
|
|
||||||
L"TimeOut",
|
|
||||||
L"5");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue