mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +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,
|
NULL,
|
||||||
INSERT_LAST,
|
INSERT_LAST,
|
||||||
L"DefaultOS",
|
L"DefaultOS",
|
||||||
|
#ifndef _WINKD_
|
||||||
L"ReactOS_KdSerial");
|
L"ReactOS_KdSerial");
|
||||||
|
#else
|
||||||
|
L"ReactOS_Debug");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue