Alexandre Julliard pushed to branch master at wine / wine
Commits: 94a26349 by Paul Gofman at 2024-08-20T21:26:52+02:00 kernelbase: Better match Windows behaviour in PathCchStripToRoot().
- - - - - 1e3523a7 by Paul Gofman at 2024-08-20T21:26:52+02:00 kernelbase: Better match Windows behaviour in PathCchRemoveFileSpec().
- - - - - 47b4258c by Paul Gofman at 2024-08-20T21:26:52+02:00 kernelbase: Better match Windows behaviour in PathCchIsRoot().
- - - - - 5aad4c2c by Paul Gofman at 2024-08-20T21:26:53+02:00 kernelbase: Reimplement PathIsRootA/W() on top of PathCchIsRoot().
- - - - - 2957e329 by Paul Gofman at 2024-08-20T21:26:53+02:00 kernelbase: Reimplement PathStripToRootA/W() on top of PathCchStripToRoot().
- - - - - 4131ba69 by Paul Gofman at 2024-08-20T21:26:53+02:00 kernelbase: Remimplement PathRemoveFileSpecA/W().
- - - - - a789574b by Paul Gofman at 2024-08-20T21:26:53+02:00 kernelbase/tests: Add more tests for some file manipulation functions.
- - - - -
2 changed files:
- dlls/kernelbase/path.c - dlls/kernelbase/tests/path.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d69491faa8cab639d87b8b902ab0d4...