svn path=/trunk/; revision=17287
L"DefaultOS",
L"ReactOS");
L"DefaultOS",
L"ReactOS");
/* Timeout=10 */
IniCacheInsertKey(IniSection,
NULL,
INSERT_LAST,
L"TimeOut",
L"10");
/* Timeout=10 */
IniCacheInsertKey(IniSection,
NULL,
INSERT_LAST,
L"TimeOut",
L"10");
/* Create "Display" section */
IniSection = IniCacheAppendSection(IniCache,
/* Create "Display" section */
IniSection = IniCacheAppendSection(IniCache,
INSERT_LAST,
L"SelectedColor",
L"Gray");
INSERT_LAST,
L"SelectedColor",
L"Gray");
-
- /* TimeOut=5 */
- IniCacheInsertKey(IniSection,
- NULL,
- INSERT_LAST,
- L"TimeOut",
- L"5");