process.h: Add quick_exit declaration.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
cef2139207
commit
9e9e21fdb0
|
@ -56,6 +56,7 @@ void __cdecl _cexit(void);
|
|||
void __cdecl _exit(int) DECLSPEC_NORETURN;
|
||||
void __cdecl abort(void) DECLSPEC_NORETURN;
|
||||
void __cdecl exit(int) DECLSPEC_NORETURN;
|
||||
_ACRTIMP DECLSPEC_NORETURN void __cdecl quick_exit(int);
|
||||
int __cdecl system(const char*);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue