mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[NTOS:KE] Both KeFindConfigurationEntry() and KeFindConfigurationNextEntry() functions are exported by NTOSKRNL, so they definitively must NOT be in the discardable INIT section!!
Noticed while reviewing c7d1ff4a
.
This commit is contained in:
parent
3731fd1661
commit
3ad573f92f
1 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
/*
|
||||
* @implemented
|
||||
*/
|
||||
CODE_SEG("INIT")
|
||||
PCONFIGURATION_COMPONENT_DATA
|
||||
NTAPI
|
||||
KeFindConfigurationEntry(IN PCONFIGURATION_COMPONENT_DATA Child,
|
||||
|
@ -38,7 +37,6 @@ KeFindConfigurationEntry(IN PCONFIGURATION_COMPONENT_DATA Child,
|
|||
/*
|
||||
* @implemented
|
||||
*/
|
||||
CODE_SEG("INIT")
|
||||
PCONFIGURATION_COMPONENT_DATA
|
||||
NTAPI
|
||||
KeFindConfigurationNextEntry(IN PCONFIGURATION_COMPONENT_DATA Child,
|
||||
|
|
Loading…
Reference in a new issue