mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Mark initial loader APIs are INIT_FUNCTION so they can be freed
svn path=/trunk/; revision=15512
This commit is contained in:
parent
45e66d3fce
commit
acec4be2e4
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@ PVOID LdrpGetSystemDllRaiseExceptionDispatcher(VOID)
|
|||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
INIT_FUNCTION
|
||||
LdrpGetSystemDllEntryPoints(VOID)
|
||||
{
|
||||
ANSI_STRING ProcedureName;
|
||||
|
@ -169,6 +170,7 @@ LdrpMapSystemDll(PEPROCESS Process,
|
|||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
INIT_FUNCTION
|
||||
LdrpInitializeSystemDll(VOID)
|
||||
{
|
||||
UNICODE_STRING DllPathname = ROS_STRING_INITIALIZER(L"\\SystemRoot\\system32\\ntdll.dll");
|
||||
|
|
Loading…
Reference in a new issue