bootstrap
[reactos.git] / ntoskrnl / io / shutdown.c
index ef369b7..1023deb 100644 (file)
@@ -38,6 +38,8 @@ VOID IoInitShutdownNotification (VOID)
    KeInitializeSpinLock(&ShutdownListLock);
 }
 
+#ifndef LIBCAPTIVE
+
 VOID IoShutdownRegisteredDevices(VOID)
 {
    PSHUTDOWN_ENTRY ShutdownEntry;
@@ -79,6 +81,8 @@ VOID IoShutdownRegisteredDevices(VOID)
      }
 }
 
+#endif /* LIBCAPTIVE */
+
 NTSTATUS STDCALL IoRegisterShutdownNotification(PDEVICE_OBJECT DeviceObject)
 {
    PSHUTDOWN_ENTRY Entry;