mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 05:41:58 +00:00
[RTL] Move exception handling code to except.c
This commit is contained in:
parent
65c3911ffc
commit
5075f7d746
4 changed files with 103 additions and 88 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue