Add LdrProcessRelocationBlockLongLong. Fixes build, sorry.


svn path=/trunk/; revision=48603
This commit is contained in:
Timo Kreuzer 2010-08-23 01:18:09 +00:00
parent 8d77a3fe00
commit 35eedf6749

View 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