[ros-diffs] [ion] 15512: Mark initial loader APIs are INIT_FUNCTION so they can be freed

ion at svn.reactos.com ion at svn.reactos.com
Thu May 26 15:44:15 CEST 2005


Mark initial loader APIs are INIT_FUNCTION so they can be freed
Modified: trunk/reactos/ntoskrnl/ldr/sysdll.c
  _____  

Modified: trunk/reactos/ntoskrnl/ldr/sysdll.c
--- trunk/reactos/ntoskrnl/ldr/sysdll.c	2005-05-26 13:43:52 UTC (rev
15511)
+++ trunk/reactos/ntoskrnl/ldr/sysdll.c	2005-05-26 13:44:14 UTC (rev
15512)
@@ -56,6 +56,7 @@

 
 NTSTATUS
 STDCALL
+INIT_FUNCTION
 LdrpGetSystemDllEntryPoints(VOID)
 {
     ANSI_STRING ProcedureName;
@@ -169,6 +170,7 @@
 
 NTSTATUS
 STDCALL
+INIT_FUNCTION
 LdrpInitializeSystemDll(VOID)
 {
     UNICODE_STRING DllPathname =
ROS_STRING_INITIALIZER(L"\\SystemRoot\\system32\\ntdll.dll");
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050526/73fc1982/attachment.html


More information about the Ros-diffs mailing list