[NDK]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 23 Aug 2010 01:18:09 +0000 (01:18 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 23 Aug 2010 01:18:09 +0000 (01:18 +0000)
Add LdrProcessRelocationBlockLongLong. Fixes build, sorry.

svn path=/trunk/; revision=48603

reactos/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