mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00: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:
parent
66909fa9d5
commit
592f01a594
1 changed files with 0 additions and 1 deletions
|
@ -495,7 +495,6 @@ InbvReleaseLock(VOID)
|
|||
if (InbvOldIrql <= DISPATCH_LEVEL) KeLowerIrql(OldIrql);
|
||||
}
|
||||
|
||||
INIT_FUNCTION
|
||||
VOID
|
||||
NTAPI
|
||||
InbvEnableBootDriver(IN BOOLEAN Enable)
|
||||
|
|
Loading…
Reference in a new issue