https://bugs.winehq.org/show_bug.cgi?id=51185
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |542dc085c91c249ca5694730295 | |78f4ed0d38537 Status|NEW |RESOLVED
--- Comment #4 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit 542dc085c91c249ca569473029578f4ed0d38537 Author: Francois Gouget fgouget@codeweavers.com AuthorDate: Mon Jul 19 14:23:41 2021 +0200
kernel32/tests: Allow failure when loading the 268 bytes minimal PE image.
Windows 10 1809+ rejects this minimal image so allow ERROR_BAD_EXE_FORMAT as a valid result. Also adjust the comment to reflect the range of Windows versions that usually accept this image and note that there are some exceptions which means there are other unidentified factors at play.
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=51185 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org