ReactOS 0.4.16-dev-1059-gb1cf981
stdnoreturn.h
Go to the documentation of this file.
1//
2// stdnoreturn.h
3//
4// Copyright (c) Microsoft Corporation. All rights reserved.
5//
6// The C Standard Library <stdnoreturn.h> header.
7//
8#pragma once
9#ifndef _INC_STDNORETURN // include guard for 3rd party interop
10#define _INC_STDNORETURN
11
12#include <corecrt.h>
13
14#pragma warning(push)
15#pragma warning(disable: _UCRT_DISABLED_WARNINGS)
18
19#if _CRT_HAS_C11
20
21#define noreturn _Noreturn
22
23#endif // _CRT_HAS_C11
24
27#pragma warning(pop) // _UCRT_DISABLED_WARNINGS
28#endif // _INC_STDNORETURN
#define _UCRT_DISABLE_CLANG_WARNINGS
Definition: corecrt.h:109
#define _UCRT_RESTORE_CLANG_WARNINGS
Definition: corecrt.h:117
#define _CRT_END_C_HEADER
Definition: vcruntime.h:42
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:40