Re: [Mingw-w64-public] [PATCH] genpeimg: add option to change image subsystem.

2021-08-06 Thread Jeremy Drake via Mingw-w64-public
On Fri, 6 Aug 2021, Martin Storsjö wrote: > As for the patch itself, it seems fine to me - I presume the code is written > to match the surrounding coding conventions and all that (I didn't > doublecheck). I made an effort to, but I can't guarantee I caught everything. I don't think I checked if

Re: [Mingw-w64-public] [PATCH] genpeimg: add option to change image subsystem.

2021-08-06 Thread Martin Storsjö
On Wed, 4 Aug 2021, Jeremy Drake via Mingw-w64-public wrote: This can be done either by number, or by name. Most names are from the documentation for LINK.EXE's /SUBSYSTEM option, but a few were made up based on the constants and documentation on MS's PE Format document. --- I wasn't sure about