From 775fc49699f56ab383fc61fad10e3822309cd51b Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sun, 3 Aug 2003 15:53:45 +0000 Subject: [PATCH] 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 --- reactos/ntoskrnl/fs/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/fs/util.c b/reactos/ntoskrnl/fs/util.c index da09d54e0c0..f542730acfc 100644 --- a/reactos/ntoskrnl/fs/util.c +++ b/reactos/ntoskrnl/fs/util.c @@ -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 * @@ -330,7 +330,7 @@ FsRtlPostStackOverflow ( * RETURN VALUE * It always returns STATUS_SUCCESS. * - * @unimplemented + * @implemented */ NTSTATUS STDCALL -- 2.17.1