mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:23:51 +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
|
* reactos/ntoskrnl/fs/oplock.c
|
||||||
*
|
*
|
||||||
|
@ -62,7 +62,7 @@ FsRtlCurrentBatchOplock(IN POPLOCK Oplock)
|
||||||
* NOTE
|
* NOTE
|
||||||
* Obsolete function.
|
* Obsolete function.
|
||||||
*
|
*
|
||||||
* @unimplemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
VOID STDCALL
|
VOID STDCALL
|
||||||
FsRtlInitializeOplock(IN OUT POPLOCK Oplock)
|
FsRtlInitializeOplock(IN OUT POPLOCK Oplock)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue