mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
FsRtlSyncVolumes is implemented, even if it does nothing, because it is an absolete API since NT 4.0 or NT 3.50.
svn path=/trunk/; revision=5395
This commit is contained in:
parent
bfa5b471b5
commit
775fc49699
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: util.c,v 1.14 2003/07/10 06:27:13 royce Exp $
|
/* $Id: util.c,v 1.15 2003/08/03 15:53:45 ea Exp $
|
||||||
*
|
*
|
||||||
* reactos/ntoskrnl/fs/util.c
|
* reactos/ntoskrnl/fs/util.c
|
||||||
*
|
*
|
||||||
|
@ -330,7 +330,7 @@ FsRtlPostStackOverflow (
|
||||||
* RETURN VALUE
|
* RETURN VALUE
|
||||||
* It always returns STATUS_SUCCESS.
|
* It always returns STATUS_SUCCESS.
|
||||||
*
|
*
|
||||||
* @unimplemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
STDCALL
|
STDCALL
|
||||||
|
|
Loading…
Reference in a new issue