+ntoskrnl/fs/util.c
authorshort <>
Fri, 4 Jul 2003 03:50:09 +0000 (03:50 +0000)
committershort <>
Fri, 4 Jul 2003 03:50:09 +0000 (03:50 +0000)
 - +FsRtlIsTotalDeviceFailure()

ntoskrnl/fs/util.c

index 7ff0942..76d02c9 100644 (file)
@@ -40,6 +40,7 @@ FsRtlIsTotalDeviceFailure (
                );
 }
 
+#ifndef LIBCAPTIVE
 
 /**********************************************************************
  * NAME                                                        EXPORTED
@@ -326,6 +327,7 @@ FsRtlSyncVolumes (
        return STATUS_SUCCESS;
 }
 
+#endif /* LIBCAPTIVE */
 
 /* EOF */