Add some exports to ntdll

svn path=/trunk/; revision=20574
This commit is contained in:
Hervé Poussineau 2006-01-05 13:40:05 +00:00
parent 5bba25c90e
commit ca735d261c
4 changed files with 37 additions and 1 deletions

View file

@ -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 */