#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}
static const char formatstr[]
DWORD WINAPI GetModuleFileNameA(HINSTANCE hModule, LPSTR lpFilename, DWORD nSize)
int WINAPIV fprintf(FILE *file, const char *format,...)
_ACRTIMP unsigned int __cdecl _set_abort_behavior(unsigned int flags, unsigned int mask)
Specifies the behavior of the abort() function.
_ACRTIMP size_t __cdecl strlen(const char *)
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().