---------- Forwarded message ---------
From: Yusuf Khan <yusisamerican(a)gmail.com>
Date: Fri, Oct 22, 2021 at 4:01 PM
Subject: Re: [PATCH 1/2] Add xinputuap.dll
To: Alex Henrie <alexhenrie24(a)gmail.com>
On Fri, Oct 22, 2021 at 3:52 PM Yusuf Khan <yusisamerican(a)gmail.com> wrote:
>
> Hi Alex!
>
> I have added the changes you have suggested. I do not know what names
> of the applications were since I have an awful memory. When I checked
> my custom build of wine I saw in my notes document that an app was not
> booting without this DLL, it was dated 10/12/21 which was quite recent
> so it probably wouldn't break any modern functionality. I just sent a
> patch file to this mailing list.
>
> -Yusuf Khan
>
> On Thu, Oct 21, 2021 at 9:11 PM Alex Henrie <alexhenrie24(a)gmail.com> wrote:
> >
> > Hello Yusuf, and thank you for your interest in contributing to Wine!
> >
> > You should add the new DLL to configure.ac instead of configure. Run
> > `autoconf` to copy the changes from configure.ac to configure, but
> > only commit the changes to configure.ac to Git, not the changes to
> > configure. Send it all as one patch and only attach one patch to each
> > email that you send to the wine-devel mailing list.
> >
> > What are the names of the applications that require this DLL?
> >
> > -Alex