Module: wine Branch: master Commit: 165f777c3819515f25bc55dac0df5ac2809fa585 URL: https://source.winehq.org/git/wine.git/?a=commit;h=165f777c3819515f25bc55dac...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Fri Nov 23 11:18:05 2018 +0800
kernelbase: Implement PathAllocCanonicalize.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
.../api-ms-win-core-path-l1-1-0.spec | 2 +- dlls/kernelbase/kernelbase.spec | 2 +- dlls/kernelbase/path.c | 182 ++++++++++++ dlls/kernelbase/tests/path.c | 306 +++++++++++++++++++++ include/pathcch.h | 2 + 5 files changed, 492 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=165f777c3819515f25bc5...