ReactOS 0.4.16-dev-2279-gc890759
_chkesp_failed.c File Reference
#include <crtdbg.h>
Include dependency graph for _chkesp_failed.c:

Go to the source code of this file.

Functions

void _chkesp_failed (void)
 

Function Documentation

◆ _chkesp_failed()

void _chkesp_failed ( void  )

Definition at line 10 of file _chkesp_failed.c.

11{
12#ifdef _DEBUG
13 /* Report the error to the user */
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 _CRT_ERROR
Definition: crtdbg.h:30
#define _CrtDbgReport(...)
Definition: crtdbg.h:61
void __cdecl __debugbreak(void)
Definition: intrin_ppc.h:698