From: short <> Date: Sat, 1 Feb 2003 00:08:12 +0000 (+0000) Subject: +general captive shutdown X-Git-Tag: captive-0_2~74 X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=commitdiff_plain;h=f31d60cb2a60c5f9a12085222e72b53dd64b3599 +general captive shutdown - +IoShutdownRegisteredDevices() --- diff --git a/ntoskrnl/io/shutdown.c b/ntoskrnl/io/shutdown.c index 1023deb..ef369b7 100644 --- a/ntoskrnl/io/shutdown.c +++ b/ntoskrnl/io/shutdown.c @@ -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;