#include <precomp.h>
Go to the source code of this file.
◆ _c_exit()
◆ _cexit()
◆ _exit()
Definition at line 25 of file _exit.c.
26{
28}
VOID WINAPI ExitProcess(IN UINT uExitCode)
◆ exit()
Definition at line 33 of file _exit.c.
34{
35#if 0
37 static const WCHAR mscoreeW[] = {
'm',
's',
'c',
'o',
'r',
'e',
'e',0};
39#endif
40 WARN(
"exit(%d) called\n",exitcode);
42#if 0
44
46 {
48
49 if (pCorExitProcess)
50 pCorExitProcess(exitcode);
51 }
52#endif
54
55}
#define GetProcAddress(x, y)
HMODULE WINAPI GetModuleHandleW(LPCWSTR lpModuleName)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
static const WCHAR mscoreeW[]