#include "DeskLib:Error2.h"


Desk_error2_block*	Desk_Error2_Exit( Desk_error2_block *error)
{
Desk_UNUSED( error);
Desk_Error_ReportFatal( 1, "Un-handlable error");
return NULL;
}

