mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
remove xml.h/cpp's dependancy on exception.h/cpp - in preparation to move xml.h/cpp and ssprintf.h/ccp out of rbuild directory since buildno uses them too
svn path=/trunk/; revision=19674
This commit is contained in:
@@ -72,7 +72,7 @@ Bootstrap::Initialize ()
|
||||
{
|
||||
if ( !IsSupportedModuleType ( module->type ) )
|
||||
{
|
||||
throw InvalidBuildFileException (
|
||||
throw XMLInvalidBuildFileException (
|
||||
node.location,
|
||||
"<bootstrap> is not applicable for this module type." );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user