mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
FsRtlInitializeOplock is implemented with a void function because it is obsolete.
svn path=/trunk/; revision=5426
This commit is contained in:
parent
5f3ceed713
commit
0275f1127b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: oplock.c,v 1.6 2003/07/10 06:27:13 royce Exp $
|
||||
/* $Id: oplock.c,v 1.7 2003/08/05 21:37:21 ea Exp $
|
||||
*
|
||||
* reactos/ntoskrnl/fs/oplock.c
|
||||
*
|
||||
|
@ -62,7 +62,7 @@ FsRtlCurrentBatchOplock(IN POPLOCK Oplock)
|
|||
* NOTE
|
||||
* Obsolete function.
|
||||
*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
VOID STDCALL
|
||||
FsRtlInitializeOplock(IN OUT POPLOCK Oplock)
|
||||
|
|
Loading…
Reference in a new issue