// Copyright (c) Microsoft Corporation. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // pointer to raise handler #ifndef _M_CEE_PURE #define _HAS_EXCEPTIONS 0 #endif // !defined(_M_CEE_PURE) #include _STD_BEGIN _Prhand _Raise_handler = nullptr; // define raise handler pointer _STD_END