Sync with trunk head (r48654)
[reactos.git] / include / ndk / ldrfuncs.h
index 8943a09..743d213 100644 (file)
@@ -109,4 +109,13 @@ LdrVerifyMappedImageMatchesChecksum(
     IN ULONG FileLength
 );
 
+PIMAGE_BASE_RELOCATION
+NTAPI
+LdrProcessRelocationBlockLongLong(
+    IN ULONG_PTR Address,
+    IN ULONG Count,
+    IN PUSHORT TypeOffset,
+    IN LONGLONG Delta
+);
+
 #endif