mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
Display ReactOS logo when not booted in debug mode
svn path=/trunk/; revision=31518
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user