[PATCH 2/2] ntdll: Replace fstat and lstat with fstatat in get_file_info.

Chip Davis cdavis at codeweavers.com
Mon Sep 20 13:29:01 CDT 2021


September 20, 2021 1:19 PM, "Erich E. Hoover" <erich.e.hoover at gmail.com> wrote:

> Chip,
> 
> Do we need to do something to deal with this or do you feel like I can
> resend these patches?

Well, it won't break things any more than they already are, and Dean says we can build with a compatibility layer to make this work on earlier versions. I guess nothing else needs to be done on your part, then.

> 
> Best,
> Erich
> 
> On Mon, Aug 30, 2021 at 2:40 PM Dean Greer <gcenx83 at gmail.com> wrote:
> 
>> Correct the official Winehq packages will be targeting 10.13 so for that it’s a moot point.
>> 
>> The thing is if wine still “officially” supports down to 10.8 how to handle the missing functions,
>> I’d go with using a third party implementation that would then make needing a newer SDK a moot
>> point.
>> 
>> On Mon, Aug 30, 2021 at 4:36 PM Zebediah Figura (she/her) <zfigura at codeweavers.com> wrote:
>>> On 8/30/21 2:54 PM, Dean Greer wrote:
>>>> We’d proposed that for the prebuilt packages as it’s PITA to build
>>>> libraries that are compatible with the lower versions of macosx, however
>>>> the library I mentioned to you prior already covers this and more missing
>>>> functions.
>>> 
>>> Maybe I'm missing something, but compatibility libraries are a moot
>>> point if this function is available in 10.13 and we're requiring 10.13,
>>> right?


Chip



More information about the wine-devel mailing list