mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[CRT]
Fix build svn path=/trunk/; revision=57929
This commit is contained in:
@@ -47,6 +47,6 @@ int _aexit_rtn(int exitcode)
|
||||
void _amsg_exit(int errnum)
|
||||
{
|
||||
fprintf(stderr, "runtime error - %s\n", __rt_err_msg[errnum]);
|
||||
_aexit_rtn(-1);
|
||||
_exit(-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user