+ntoskrnl/io/cancel.c
authorshort <>
Fri, 4 Apr 2003 21:34:40 +0000 (21:34 +0000)
committershort <>
Fri, 4 Apr 2003 21:34:40 +0000 (21:34 +0000)
 - +IoAcquireCancelSpinLock()
 - +IoReleaseCancelSpinLock()

ntoskrnl/io/cancel.c

index bec5ede..c73c0e9 100644 (file)
@@ -39,6 +39,8 @@ static KSPIN_LOCK CancelSpinLock;
 
 /* FUNCTIONS *****************************************************************/
 
+#ifndef LIBCAPTIVE
+
 NTSTATUS STDCALL
 NtCancelIoFile (IN     HANDLE                  FileHandle,
                OUT     PIO_STATUS_BLOCK        IoStatusBlock)
@@ -66,6 +68,8 @@ IoCancelIrp(PIRP Irp)
    return(TRUE);
 }
 
+#endif /* LIBCAPTIVE */
+
 VOID 
 IoInitCancelHandling(VOID)
 {