Alexandre Julliard : ntdll: Export some Unicode string functions for use in other Unix libraries.
Module: wine Branch: master Commit: 035f8ad8ada77297acae0c04316da9ee402559d0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=035f8ad8ada77297acae0c043... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Nov 30 12:53:43 2021 +0100 ntdll: Export some Unicode string functions for use in other Unix libraries. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/unix/env.c | 35 +++++++++++++-- dlls/ntdll/unix/unix_private.h | 97 ------------------------------------------ dlls/win32u/win32u_private.h | 34 --------------- include/wine/unixlib.h | 83 ++++++++++++++++++++++++++++++++++++ 4 files changed, 114 insertions(+), 135 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=035f8ad8ada77297acae0...
participants (1)
-
Alexandre Julliard