mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Didnt mean to commit this in the last one.
svn path=/trunk/; revision=20638
This commit is contained in:
@@ -245,7 +245,7 @@ CreateFreeLoaderIniForDos(PWCHAR IniPath,
|
||||
NULL,
|
||||
INSERT_LAST,
|
||||
L"Options",
|
||||
L"/DEBUGPORT=COM1 /NOGUIBOOT");
|
||||
L"/DEBUGPORT=SCREEN /NOGUIBOOT");
|
||||
|
||||
/* Create "DOS" section */
|
||||
IniSection = IniCacheAppendSection(IniCache,
|
||||
@@ -356,7 +356,7 @@ CreateFreeLoaderIniForReactos(PWCHAR IniPath,
|
||||
NULL,
|
||||
INSERT_LAST,
|
||||
L"Options",
|
||||
L"/DEBUGPORT=COM1 /NOGUIBOOT");
|
||||
L"/DEBUGPORT=SCREEN /NOGUIBOOT");
|
||||
|
||||
/* Save the ini file */
|
||||
IniCacheSave(IniCache, IniPath);
|
||||
|
||||
Reference in New Issue
Block a user