Mark initial loader APIs are INIT_FUNCTION so they can be freed

svn path=/trunk/; revision=15512
This commit is contained in:
Alex Ionescu 2005-05-26 13:44:14 +00:00
parent 45e66d3fce
commit acec4be2e4

View file

@ -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");