mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOS]
Try to fix a winetst crash. svn path=/trunk/; revision=50607
This commit is contained in:
parent
92d036f574
commit
32bd053438
1 changed files with 0 additions and 3 deletions
|
@ -690,9 +690,6 @@ l_ReadHeaderFromFile:
|
|||
DIE(("The image is larger than 4GB\n"));
|
||||
}
|
||||
|
||||
/* spare our caller some work in validating the segments */
|
||||
*Flags = EXEFMT_LOAD_ASSUME_SEGMENTS_SORTED | EXEFMT_LOAD_ASSUME_SEGMENTS_NO_OVERLAP;
|
||||
|
||||
if(nSectionAlignment >= PAGE_SIZE)
|
||||
*Flags |= EXEFMT_LOAD_ASSUME_SEGMENTS_PAGE_ALIGNED;
|
||||
|
||||
|
|
Loading…
Reference in a new issue