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_farwinapi.hpp
50018 views
1
--- far2l/src/farwinapi.hpp.orig 2025-10-26 08:39:52 UTC
2
+++ far2l/src/farwinapi.hpp
3
@@ -180,8 +180,8 @@ void apiGetTempPath(FARString &strBuffer);
4
bool apiExpandEnvironmentStrings(const wchar_t *src, FARString &strDest);
5
6
BOOL apiGetVolumeInformation(const wchar_t *lpwszRootPathName, FARString *pVolumeName,
7
- DWORD64 *lpVolumeSerialNumber, LPDWORD lpMaximumComponentLength, LPDWORD lpFileSystemFlags,
8
- FARString *pFileSystemName, FARString *pFileSystemMountPoint = nullptr);
9
+ FARString *pDiskIdent, LPDWORD lpMaximumComponentLength, LPDWORD lpFileSystemFlags,
10
+ FARString *pFileSystemName, FARString *pDeviceName, FARString *pFileSystemMountPoint);
11
12
void apiFindDataToDataEx(const FAR_FIND_DATA *pSrc, FAR_FIND_DATA_EX *pDest);
13
14
15