Module: wine Branch: master Commit: 203c5a8f7aa890656929436fa8a203797b0af5a4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=203c5a8f7aa890656929436fa...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Mar 2 14:14:54 2018 +0300
kernelbase: Implement PathCchAddBackslash()/PathCchAddBackslashEx().
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
.../api-ms-win-core-path-l1-1-0.spec | 4 +- dlls/kernelbase/Makefile.in | 3 +- dlls/kernelbase/kernelbase.spec | 4 +- dlls/kernelbase/path.c | 67 ++++++++++ dlls/kernelbase/tests/path.c | 136 +++++++++++++++++++++ include/pathcch.h | 2 + tools/make_specfiles | 1 + 7 files changed, 212 insertions(+), 5 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=203c5a8f7aa8906569294...