From bd7fc18c41bbf57bc846294672542b3a14dd14a3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 6 May 2024 08:41:35 +0200 Subject: MHR-23: Fixes and improvements. Signed-off-by: Amlal El Mahrouss --- Private/CRT/__mpcc_exception.hxx | 6 ------ Private/CRT/__mpcc_malloc.hxx | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Private/CRT/__mpcc_exception.hxx b/Private/CRT/__mpcc_exception.hxx index a41d1731..669ef8d5 100644 --- a/Private/CRT/__mpcc_exception.hxx +++ b/Private/CRT/__mpcc_exception.hxx @@ -38,9 +38,3 @@ namespace std CANT_REACH(); // prevent from continuing. } } - -EXTERN_C void abort(void) -{ - std::__throw_general(); - CANT_REACH(); -} diff --git a/Private/CRT/__mpcc_malloc.hxx b/Private/CRT/__mpcc_malloc.hxx index 35b0ffbc..a990d61e 100644 --- a/Private/CRT/__mpcc_malloc.hxx +++ b/Private/CRT/__mpcc_malloc.hxx @@ -6,7 +6,7 @@ #pragma once -#include +#include namespace stdx { -- cgit v1.2.3