Index: src/ch/TLocalFilesystem.h =================================================================== diff -u -N -r117248f68a61e817de78e501c44ccb4ac7c97ec9 -r4be0f47d68a1a161529dc55901659b9daec996e3 --- src/ch/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision 117248f68a61e817de78e501c44ccb4ac7c97ec9) +++ src/ch/TLocalFilesystem.h (.../TLocalFilesystem.h) (revision 4be0f47d68a1a161529dc55901659b9daec996e3) @@ -24,7 +24,6 @@ #define __TLOCALFILESYSTEM_H__ #include "../libchcore/TPath.h" -#include #include class CFileInfo; @@ -65,6 +64,8 @@ EPathsRelation GetPathsRelation(const chcore::TSmartPath& pathFirst, const chcore::TSmartPath& pathSecond); + bool GetDynamicFreeSpace(const chcore::TSmartPath& path, unsigned long long& rullFree); + private: static chcore::TSmartPath PrependPathExtensionIfNeeded(const chcore::TSmartPath& pathInput); static UINT GetDriveData(const chcore::TSmartPath& spPath);