Zhiyi Zhang : kernelbase: Implement PathCchAppendEx.
Module: wine Branch: master Commit: 9bd8254a8510b62e2781e9aa0d716a915f4c8a91 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9bd8254a8510b62e2781e9aa0... Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Mon Nov 26 10:31:34 2018 +0800 kernelbase: Implement PathCchAppendEx. Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- .../api-ms-win-core-path-l1-1-0.spec | 2 +- dlls/kernelbase/kernelbase.spec | 2 +- dlls/kernelbase/path.c | 25 +++++ dlls/kernelbase/tests/path.c | 123 +++++++++++++++++++++ include/pathcch.h | 1 + 5 files changed, 151 insertions(+), 2 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9bd8254a8510b62e2781e...
participants (1)
-
Alexandre Julliard