mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10: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;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
ULONG
|
||||
WINAPI
|
||||
RemoveVectoredExceptionHandler(
|
||||
PVOID VectoredHandlerHandle
|
||||
)
|
||||
{
|
||||
STUB;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue