mirror of
https://github.com/reactos/reactos.git
synced 2025-07-05 13:41:30 +00:00
Add some exports to ntdll
svn path=/trunk/; revision=20574
This commit is contained in:
parent
5bba25c90e
commit
ca735d261c
4 changed files with 37 additions and 1 deletions
|
@ -136,4 +136,15 @@ RtlWalkFrameChain(OUT PVOID *Callers,
|
|||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
LONG
|
||||
NTAPI
|
||||
RtlUnhandledExceptionFilter(IN struct _EXCEPTION_POINTERS* ExceptionInfo)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue