ReactOS 0.4.15-dev-7842-g558ab78
purecall.c
Go to the documentation of this file.
1
2#include <precomp.h>
3
5
7
8/* _set_purecall_handler - not exported in native msvcrt */
10{
12
13 TRACE("(%p)\n", function);
14 purecall_handler = function;
15 return ret;
16}
17
18/*********************************************************************
19 * _purecall (MSVCRT.@)
20 */
21void CDECL _purecall(void)
22{
25 _amsg_exit( 25 );
26}
27
#define __cdecl
Definition: accygwin.h:79
#define NULL
Definition: types.h:112
#define CDECL
Definition: compat.h:29
void __cdecl _amsg_exit(int errnum)
Definition: amsg.c:44
static MSVCRT_purecall_handler purecall_handler
Definition: purecall.c:6
void CDECL _purecall(void)
Definition: purecall.c:21
MSVCRT_purecall_handler CDECL _set_purecall_handler(MSVCRT_purecall_handler function)
Definition: purecall.c:9
void(__cdecl * MSVCRT_purecall_handler)(void)
Definition: purecall.c:4
#define TRACE(s)
Definition: solgame.cpp:4
int ret