Alexandre Julliard : ntdll: Avoid importing the codepage functions from the Unix library.
Module: wine Branch: master Commit: 520040dc4a287fd62d7d5161c083cee990c3d6e6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=520040dc4a287fd62d7d5161c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jul 1 10:37:16 2020 +0200 ntdll: Avoid importing the codepage functions from the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/locale.c | 3 +- dlls/ntdll/unix/env.c | 243 +++++++++++++++++++++++++++++++++++------ dlls/ntdll/unix/loader.c | 2 +- dlls/ntdll/unix/unix_private.h | 2 +- dlls/ntdll/unixlib.h | 4 +- 5 files changed, 215 insertions(+), 39 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=520040dc4a287fd62d7d5...
participants (1)
-
Alexandre Julliard