Index: src/ch/FileSupport.h =================================================================== diff -u -N -r633a533cb6e741d44fe28aa56339e1d2709b1b27 -r4be0f47d68a1a161529dc55901659b9daec996e3 --- src/ch/FileSupport.h (.../FileSupport.h) (revision 633a533cb6e741d44fe28aa56339e1d2709b1b27) +++ src/ch/FileSupport.h (.../FileSupport.h) (revision 4be0f47d68a1a161529dc55901659b9daec996e3) @@ -19,12 +19,6 @@ #ifndef __FILESUPPORT_ROUTINES_H__ #define __FILESUPPORT_ROUTINES_H__ -// file support routines -__int64 SetFilePointer64(HANDLE hFile, __int64 llDistance, DWORD dwMoveMethod); -__int64 GetFilePointer64(HANDLE hFile); -__int64 GetFileSize64(HANDLE hFile); -bool SetFileSize64(LPCTSTR lpszFilename, __int64 llSize); - // disk support routines bool GetDynamicFreeSpace(LPCTSTR lpszPath, ull_t* pFree, ull_t* pTotal);