Module: wine Branch: master Commit: 61edb816499f023709cf3faf90e45bdf63ff1778 URL: https://source.winehq.org/git/wine.git/?a=commit;h=61edb816499f023709cf3faf9...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 11 10:57:41 2022 +0200
ntdll: Move more codepage conversion functions to the common header.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/locale.c | 264 ++++-------------------------------------- dlls/ntdll/locale_private.h | 275 ++++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/env.c | 55 +-------- 3 files changed, 302 insertions(+), 292 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=61edb816499f023709cf3...