[RTL] Move exception handling code to except.c

This commit is contained in:
Timo Kreuzer 2018-03-01 14:13:01 +01:00
parent 65c3911ffc
commit 5075f7d746
4 changed files with 103 additions and 88 deletions

View file

@ -74,29 +74,6 @@ RtlInitializeContext(
return;
}
/*
* @unimplemented
*/
PVOID
NTAPI
RtlpGetExceptionAddress(VOID)
{
UNIMPLEMENTED;
return NULL;
}
/*
* @unimplemented
*/
BOOLEAN
NTAPI
RtlDispatchException(IN PEXCEPTION_RECORD ExceptionRecord,
IN PCONTEXT Context)
{
UNIMPLEMENTED;
return FALSE;
}
NTSTATUS
NTAPI
RtlQueueApcWow64Thread(