11 Apr
2022
11 Apr
'22
9:54 p.m.
Module: wine Branch: master Commit: d966c45e068aa5d0bd0b361220639533a541b865 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d966c45e068aa5d0bd0b36122... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 11 10:35:44 2022 +0200 ntdll: Move some duplicated locale definitions to a common header. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/locale.c | 437 +----------------------------------------- dlls/ntdll/locale_private.h | 453 ++++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/env.c | 229 +--------------------- 3 files changed, 455 insertions(+), 664 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d966c45e068aa5d0bd0b3...