Display ReactOS logo when not booted in debug mode

svn path=/trunk/; revision=31518
This commit is contained in:
Hervé Poussineau 2007-12-31 15:52:48 +00:00
parent 4d1b51886c
commit f0418aa976

View file

@ -398,12 +398,12 @@ CreateFreeLoaderIniForReactos(PWCHAR IniPath,
L"SystemPath", L"SystemPath",
ArcPath); ArcPath);
/* Options=/SOS*/ /* Options=*/
IniCacheInsertKey(IniSection, IniCacheInsertKey(IniSection,
NULL, NULL,
INSERT_LAST, INSERT_LAST,
L"Options", L"Options",
L"/SOS"); L"");
/* Create "ReactOS_Debug" section */ /* Create "ReactOS_Debug" section */
IniSection = IniCacheAppendSection(IniCache, IniSection = IniCacheAppendSection(IniCache,