Index: src/ch/FileSupport.h =================================================================== diff -u -N -r4be0f47d68a1a161529dc55901659b9daec996e3 -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae --- src/ch/FileSupport.h (.../FileSupport.h) (revision 4be0f47d68a1a161529dc55901659b9daec996e3) +++ src/ch/FileSupport.h (.../FileSupport.h) (revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae) @@ -20,6 +20,6 @@ #define __FILESUPPORT_ROUTINES_H__ // disk support routines -bool GetDynamicFreeSpace(LPCTSTR lpszPath, ull_t* pFree, ull_t* pTotal); +bool GetDynamicFreeSpace(LPCTSTR lpszPath, unsigned long long* pFree, unsigned long long* pTotal); #endif \ No newline at end of file