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",
ArcPath);
/* Options=/SOS*/
/* Options=*/
IniCacheInsertKey(IniSection,
NULL,
INSERT_LAST,
L"Options",
L"/SOS");
L"");
/* Create "ReactOS_Debug" section */
IniSection = IniCacheAppendSection(IniCache,