Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/misc/far2l/files/patch-far2l_src_mix_MountInfo.h
50018 views
1
--- far2l/src/mix/MountInfo.h.orig 2025-10-26 08:39:52 UTC
2
+++ far2l/src/mix/MountInfo.h
3
@@ -40,7 +40,7 @@ class MountInfo (public)
4
5
std::string GetFileSystem(const std::string &path) const;
6
7
- std::string GetFileSystemMountPoint(const wchar_t *lpwsz_path) const;
8
+ std::string GetFileSystemMountPoint(const wchar_t *lpwsz_path, bool want_device = false) const;
9
10
/// Returns true if path fine to be used multi-threaded-ly
11
bool IsMultiThreadFriendly(const std::string &path) const;
12
13