mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:56:31 +00:00
[NDK]
Add LdrProcessRelocationBlockLongLong. Fixes build, sorry. svn path=/trunk/; revision=48603
This commit is contained in:
parent
8d77a3fe00
commit
35eedf6749
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue