mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NDK]
Add LdrProcessRelocationBlockLongLong. Fixes build, sorry. svn path=/trunk/; revision=48603
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user