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
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@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