mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Display ReactOS logo when not booted in debug mode
svn path=/trunk/; revision=31518
This commit is contained in:
parent
4d1b51886c
commit
f0418aa976
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue