From cd31db7038cccf6118dbf2fe2daf044de59d1330 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 4 Jul 2003 03:50:09 +0000 Subject: [PATCH] +ntoskrnl/fs/util.c - +FsRtlIsTotalDeviceFailure() --- ntoskrnl/fs/util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ntoskrnl/fs/util.c b/ntoskrnl/fs/util.c index 7ff0942..76d02c9 100644 --- a/ntoskrnl/fs/util.c +++ b/ntoskrnl/fs/util.c @@ -40,6 +40,7 @@ FsRtlIsTotalDeviceFailure ( ); } +#ifndef LIBCAPTIVE /********************************************************************** * NAME EXPORTED @@ -326,6 +327,7 @@ FsRtlSyncVolumes ( return STATUS_SUCCESS; } +#endif /* LIBCAPTIVE */ /* EOF */ -- 1.8.3.1