mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Mark initial loader APIs are INIT_FUNCTION so they can be freed
svn path=/trunk/; revision=15512
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user