| // | |
| // assert.h | |
| // | |
| // Copyright (c) Microsoft Corporation. All rights reserved. | |
| // | |
| // Defines the assert macro and related functionality. | |
| // | |
| _UCRT_DISABLE_CLANG_WARNINGS | |
| _CRT_BEGIN_C_HEADER | |
| _ACRTIMP void __cdecl _wassert( | |
| _In_z_ wchar_t const* _Message, | |
| _In_z_ wchar_t const* _File, | |
| _In_ unsigned _Line | |
| ); | |
| (!!(expression)) || \ | |
| (_wassert(_CRT_WIDE( | |
| ) | |
| _CRT_END_C_HEADER | |
| _UCRT_RESTORE_CLANG_WARNINGS | |