Guy1524 / wine

Personal Wine Repo
Other
137 stars 9 forks source link

Wine build doesn't work without mingw #7

Open cidkidnix opened 4 years ago

cidkidnix commented 4 years ago
Guy1524 commented 4 years ago

Yes, this is due to the NumberOfSections field in the fake dll not matching the field in memory. A hack would be simply to increase the section count in the fake dll, but without actually adding fake sections, this may cause crashes when different code analyzes the file.

cidkidnix commented 4 years ago

So is there a patchset/patches that you could provide or give instructions to how to implement the change and list it as a "fix" for without mingw at your own risk