mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
- Remove INIT_FUNCTION from exported functions
svn path=/trunk/; revision=35315
This commit is contained in:
parent
cd6ac84cfe
commit
6c373a935c
1 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@
|
|||
*/
|
||||
PCONFIGURATION_COMPONENT_DATA
|
||||
NTAPI
|
||||
INIT_FUNCTION
|
||||
KeFindConfigurationEntry(IN PCONFIGURATION_COMPONENT_DATA Child,
|
||||
IN CONFIGURATION_CLASS Class,
|
||||
IN CONFIGURATION_TYPE Type,
|
||||
|
@ -38,7 +37,6 @@ KeFindConfigurationEntry(IN PCONFIGURATION_COMPONENT_DATA Child,
|
|||
*/
|
||||
PCONFIGURATION_COMPONENT_DATA
|
||||
NTAPI
|
||||
INIT_FUNCTION
|
||||
KeFindConfigurationNextEntry(IN PCONFIGURATION_COMPONENT_DATA Child,
|
||||
IN CONFIGURATION_CLASS Class,
|
||||
IN CONFIGURATION_TYPE Type,
|
||||
|
@ -123,4 +121,3 @@ KeFindConfigurationNextEntry(IN PCONFIGURATION_COMPONENT_DATA Child,
|
|||
/* If we got here, nothign was found */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue