Commit 9e9e21fd authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

process.h: Add quick_exit declaration.

parent cef21392
...@@ -56,6 +56,7 @@ void __cdecl _cexit(void); ...@@ -56,6 +56,7 @@ void __cdecl _cexit(void);
void __cdecl _exit(int) DECLSPEC_NORETURN; void __cdecl _exit(int) DECLSPEC_NORETURN;
void __cdecl abort(void) DECLSPEC_NORETURN; void __cdecl abort(void) DECLSPEC_NORETURN;
void __cdecl exit(int) DECLSPEC_NORETURN; void __cdecl exit(int) DECLSPEC_NORETURN;
_ACRTIMP DECLSPEC_NORETURN void __cdecl quick_exit(int);
int __cdecl system(const char*); int __cdecl system(const char*);
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment