#include <crtdbg.h>
Go to the source code of this file.
◆ _chkesp_failed()
Definition at line 10 of file _chkesp_failed.c.
11{
12#ifdef _DEBUG
13
15 __FILE__,
16 __LINE__,
17 "",
18 "The stack pointer was invalid after a function call. "
19 "This indicates that a function was called with the "
20 "wrong parmeters or calling convention.\n"
21 "Click 'Retry' to debug the application.");
22#endif
23
25}
#define _CrtDbgReport(...)
void __cdecl __debugbreak(void)