Use Reactos_Debug for unattended MSVC installs.

svn path=/trunk/; revision=54453
This commit is contained in:
Sylvain Petreolle 2011-11-19 22:50:04 +00:00
parent 4e74b02cd3
commit 23e3ab342d

View file

@ -103,7 +103,11 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache)
NULL,
INSERT_LAST,
L"DefaultOS",
#ifndef _WINKD_
L"ReactOS_KdSerial");
#else
L"ReactOS_Debug");
#endif
}
else
#endif