mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[NTOS:INBV] InbvEnableBootDriver() is an export, thus can be called at any time, therefore it must NOT be an INIT_FUNCTION.
This commit is contained in:
@@ -495,7 +495,6 @@ InbvReleaseLock(VOID)
|
|||||||
if (InbvOldIrql <= DISPATCH_LEVEL) KeLowerIrql(OldIrql);
|
if (InbvOldIrql <= DISPATCH_LEVEL) KeLowerIrql(OldIrql);
|
||||||
}
|
}
|
||||||
|
|
||||||
INIT_FUNCTION
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
InbvEnableBootDriver(IN BOOLEAN Enable)
|
InbvEnableBootDriver(IN BOOLEAN Enable)
|
||||||
|
|||||||
Reference in New Issue
Block a user