update for HEAD-2003091401
[reactos.git] / ntoskrnl / ldr / rtl.c
index 4427372..8705cd8 100644 (file)
@@ -23,6 +23,9 @@
 /* FUNCTIONS ****************************************************************/
 
 
+/*
+ * @implemented
+ */
 PIMAGE_NT_HEADERS STDCALL 
 RtlImageNtHeader (IN PVOID BaseAddress)
 {
@@ -41,6 +44,9 @@ RtlImageNtHeader (IN PVOID BaseAddress)
 }
 
 
+/*
+ * @implemented
+ */
 PVOID STDCALL
 RtlImageDirectoryEntryToData (IN PVOID BaseAddress,
                              IN BOOLEAN        ImageLoaded,