mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.0-Final
This commit is contained in:
6
kexcrt/abort.c
Normal file
6
kexcrt/abort.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <windows.h>
|
||||
|
||||
void __cdecl abort(void)
|
||||
{
|
||||
RaiseException(0xdeafcafe, EXCEPTION_NONCONTINUABLE, 0, NULL);
|
||||
}
|
Reference in New Issue
Block a user