mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:56:06 +00:00
[CMAKE]
* Sync to trunk r51266. svn path=/branches/cmake-bringup/; revision=51268
This commit is contained in:
commit
3793b7fdf1
122 changed files with 6987 additions and 3292 deletions
|
@ -46,6 +46,7 @@ LdrVerifyMappedImageMatchesChecksum(
|
|||
IN ULONG ImageSize,
|
||||
IN ULONG FileLength)
|
||||
{
|
||||
#if 0
|
||||
PIMAGE_NT_HEADERS Header;
|
||||
PUSHORT Ptr;
|
||||
ULONG Sum;
|
||||
|
@ -118,6 +119,9 @@ LdrVerifyMappedImageMatchesChecksum(
|
|||
DPRINT1("Image %p checksum mismatches! 0x%x != 0x%x, ImageSize %x, FileLen %x\n", BaseAddress, CalcSum, HeaderSum, ImageSize, FileLength);
|
||||
|
||||
return (BOOLEAN)(CalcSum == HeaderSum);
|
||||
#else
|
||||
return TRUE;
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue