On Wed, 19 Feb 2025, Corinna Vinschen wrote: > Hi Jeremy, > > just a minor thingy: > > On Feb 18 17:51, Jeremy Drake via Cygwin-patches wrote: > > + dos_drive_mappings (bool with_floppies = true); > > I would rather not make this a default parameter, but call it elsewhere > with an argument "true". Or even better with an explicit value, like > > enum { > NO_FLOPPIES = false, > WITH_FLOPPIES = true > }; > > I have a local tweak along these lines. Would you mind if I > amend your patch with this tiny change?
OK.