Module: wine Branch: master Commit: 13c1f008c0d8beca934ebfd347dc8354f4c9db05 URL: https://source.winehq.org/git/wine.git/?a=commit;h=13c1f008c0d8beca934ebfd34...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 25 15:28:26 2020 +0200
ntdll: Move the timezone detection code to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/tests/time.c | 36 +++- dlls/ntdll/time.c | 453 +---------------------------------------- dlls/ntdll/unix/system.c | 398 ++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/unix_private.h | 6 + include/winternl.h | 1 + 5 files changed, 440 insertions(+), 454 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=13c1f008c0d8beca934eb...