blob: 9964fcf9730058c8ae1eccb72015b98d0b9a9714 [file] [log] [blame] [raw]
#include <windows.h>
#include <nt.h>
void abort() {
NtTerminateProcess((void *)-1, 1);
while(1);
}