diff options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/base/files.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/base/files.h b/toolsrc/include/vcpkg/base/files.h index 08bbe7906..71e386a5c 100644 --- a/toolsrc/include/vcpkg/base/files.h +++ b/toolsrc/include/vcpkg/base/files.h @@ -237,4 +237,8 @@ namespace vcpkg::Files /// Performs "lhs / rhs" according to the C++17 Filesystem Library Specification. /// This function exists as a workaround for TS implementations. fs::path combine(const fs::path& lhs, const fs::path& rhs); + +#if defined(_WIN32) + fs::path win32_fix_path_case(const fs::path& source); +#endif // _WIN32 } |
