http://bugs.winehq.org/show_bug.cgi?id=21682
Summary: EndResourceUpdate fails if .rsrc is not last section Product: Wine Version: 1.1.38 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: tark@online.ua
EndResourceUpdateW fails if .rsrc is not last section.
it fails on write_raw_resources() with ".rsrc isn't at the end of the image ..."
This happends when you try to update resources in Dll linked with relocs by MS LINK.exe because after .rsrc there will be .reloc section. That works fine on WinXP and later, but fails on wine.