mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:46:29 +00:00
- Remove RemoveVectoredExceptionHandler() stub from stubs.c, since it is a forward to ntll.RtlRemoveVectoredExceptionHandler.
svn path=/trunk/; revision=40782
This commit is contained in:
parent
21c6c5fdf7
commit
69f80eacec
1 changed files with 0 additions and 13 deletions
|
@ -428,19 +428,6 @@ ReadFileScatter(HANDLE hFile,
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
ULONG
|
|
||||||
WINAPI
|
|
||||||
RemoveVectoredExceptionHandler(
|
|
||||||
PVOID VectoredHandlerHandle
|
|
||||||
)
|
|
||||||
{
|
|
||||||
STUB;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue