[PATCH 2/3] dinput8: Include common resources from dinput.

Alexandre Julliard julliard at winehq.org
Fri Dec 21 03:51:16 CST 2018


Mathew Hodson <mathew.hodson at gmail.com> writes:

> On Wed, 19 Dec 2018 at 16:42, Zebediah Figura <z.figura12 at gmail.com> wrote:
>> diff --git a/dlls/dinput8/Makefile.in b/dlls/dinput8/Makefile.in
>> index 6b62969b18..0ede9f0fb1 100644
>> --- a/dlls/dinput8/Makefile.in
>> +++ b/dlls/dinput8/Makefile.in
>> @@ -20,4 +20,6 @@ C_SRCS = \
>>
>>  IDL_SRCS = dinput8.idl
>>
>> -RC_SRCS = version.rc
>> +RC_SRCS = \
>> +       dinput.rc \
>> +       version.rc
>
> This looks like it got mangled somehow when it was committed. The
> dinput.rc line is gone.
>
> https://source.winehq.org/git/wine.git/commitdiff/feb23d367f7b3d457053b8f48237e6abe9ef9231

Indeed, make_makefiles doesn't handle shared resource files
correctly. I'll fix it. Thanks for spotting it!

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list