ntdll : Do not error out on AMD-64 architecture when compiling win64.

Erik de Castro Lopo mle+win at mega-nerd.com
Fri Apr 25 00:28:19 CDT 2008


Currently the function map_image() errors out on any executable architecture
other than IMAGE_FILE_MACHINE_I386. This patch allows IMAGE_FILE_MACHINE_AMD64
executables to bypass the error exit if _WIN64 has been defined.

---
 dlls/ntdll/virtual.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: da99266e1e978805fca8c6aa71532ad38f714894.diff
Type: text/x-patch
Size: 675 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080425/8f94895b/attachment.bin 


More information about the wine-patches mailing list