Alexandre Julliard : ntdll: Move the timezone detection code to the Unix library.

Alexandre Julliard julliard at winehq.org
Thu Jun 25 16:14:24 CDT 2020


Module: wine
Branch: master
Commit: 13c1f008c0d8beca934ebfd347dc8354f4c9db05
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=13c1f008c0d8beca934ebfd347dc8354f4c9db05

Author: Alexandre Julliard <julliard at 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 at 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=13c1f008c0d8beca934ebfd347dc8354f4c9db05



More information about the wine-cvs mailing list