mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[USETUP]
Use Reactos_Debug for unattended MSVC installs. svn path=/trunk/; revision=54453
This commit is contained in:
parent
4e74b02cd3
commit
23e3ab342d
1 changed files with 4 additions and 0 deletions
|
@ -103,7 +103,11 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache)
|
|||
NULL,
|
||||
INSERT_LAST,
|
||||
L"DefaultOS",
|
||||
#ifndef _WINKD_
|
||||
L"ReactOS_KdSerial");
|
||||
#else
|
||||
L"ReactOS_Debug");
|
||||
#endif
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue