#include <precomp.h>
Go to the source code of this file.
◆ _assert()
Definition at line 20 of file assert.c.
24{
26 char *pszBuffer;
28 int iResult;
29
30
32
33
36 {
37
40 }
41
42
44
45
47
48
50
51
53
54
56
57
59
60
62 {
63
64 return;
65 }
66
67
69 {
70
72 return;
73 }
74
75
78}
ACPI_SIZE strlen(const char *String)
static const char formatstr[]
DWORD WINAPI GetModuleFileNameA(HINSTANCE hModule, LPSTR lpFilename, DWORD nSize)
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
_CRTIMP unsigned int __cdecl _set_abort_behavior(_In_ unsigned int _Flags, _In_ unsigned int _Mask)
void __cdecl __debugbreak(void)
int __cdecl __crt_MessageBoxA(_In_opt_ const char *pszText, _In_ unsigned int uType)
#define MB_ABORTRETRYIGNORE
◆ formatstr
Initial value:=
"Assertion failed!\n\n"
"Program: %s\n"
"File: %s\n"
"Line: %ld\n\n"
"Expression: %s\n"
"Press Retry to debug the application\n\0"
Definition at line 11 of file assert.c.
Referenced by _assert().