[RTL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 13 Oct 2012 13:02:16 +0000 (13:02 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 13 Oct 2012 13:02:16 +0000 (13:02 +0000)
Fix RtlEnumResources prototype

svn path=/trunk/; revision=57549

reactos/lib/rtl/res.c

index 4c296fe..6e3c163 100644 (file)
@@ -286,12 +286,14 @@ LdrFindResourceDirectory_U(IN PVOID BaseAddress,
 /*
  * @unimplemented
  */
-NTSTATUS NTAPI
-LdrEnumResources(IN PVOID BaseAddress,
-                 IN PLDR_RESOURCE_INFO ResourceInfo,
-                 IN ULONG Level,
-                 IN OUT PULONG ResourceCount,
-                 OUT PVOID Resources  OPTIONAL)
+NTSTATUS
+NTAPI
+LdrEnumResources(
+    IN PVOID BaseAddress,
+    IN PLDR_RESOURCE_INFO ResourceInfo,
+    IN ULONG Level,
+    IN OUT PULONG ResourceCount,
+    OUT PLDR_ENUM_RESOURCE_INFO Resources OPTIONAL)
 {
        UNIMPLEMENTED;
        return STATUS_NOT_IMPLEMENTED;