+general captive shutdown
authorshort <>
Sat, 1 Feb 2003 00:08:12 +0000 (00:08 +0000)
committershort <>
Sat, 1 Feb 2003 00:08:12 +0000 (00:08 +0000)
 - +IoShutdownRegisteredDevices()

ntoskrnl/io/shutdown.c

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