mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user