Set Freeloader timeout to 0 for release builds.

svn path=/trunk/; revision=21728
This commit is contained in:
Maarten Bosma 2006-04-24 10:54:06 +00:00
parent 8e197e1502
commit f45cebc073

View file

@ -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,