ntdll: Work around futimens weak linking problem in set_file_times.

Piotr Caban piotr at codeweavers.com
Thu Nov 7 09:24:34 CST 2019


Newer XCode versions are weak linking to futimens function. Because of
that Wine will crash trying to execute the function on Mac OS <= 10.12.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
---
  dlls/ntdll/file.c | 26 +++++++++++++++++++++-----
  1 file changed, 21 insertions(+), 5 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-ntdll-Work-around-futimens-weak-linking-problem-in-set.txt
Type: text/x-patch
Size: 1623 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20191107/05b6d75c/attachment.bin>


More information about the wine-devel mailing list