Module: wine Branch: master Commit: 03d19f3e255bfd2b99e71a7f22119e1205ce7ed0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=03d19f3e255bfd2b99e71a7f2...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Thu Nov 22 14:46:39 2018 +0800
kernelbase: Implement PathCchSkipRoot.
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 | 108 +++++++++++++++++ dlls/kernelbase/tests/path.c | 128 +++++++++++++++++++++ include/pathcch.h | 1 + 5 files changed, 239 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=03d19f3e255bfd2b99e71...