Index: src/ch/FeedbackNotEnoughSpaceDlg.h =================================================================== diff -u -N -r449a5b399ab21ca0d06050b47b264f2f704af966 -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae --- src/ch/FeedbackNotEnoughSpaceDlg.h (.../FeedbackNotEnoughSpaceDlg.h) (revision 449a5b399ab21ca0d06050b47b264f2f704af966) +++ src/ch/FeedbackNotEnoughSpaceDlg.h (.../FeedbackNotEnoughSpaceDlg.h) (revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae) @@ -26,7 +26,7 @@ { // Construction public: - CFeedbackNotEnoughSpaceDlg(ull_t ullSizeRequired, const tchar_t* pszSrcPath, const tchar_t* pszDstPath); // standard constructor + CFeedbackNotEnoughSpaceDlg(unsigned long long ullSizeRequired, const wchar_t* pszSrcPath, const wchar_t* pszDstPath); // standard constructor // Overrides protected: @@ -35,8 +35,8 @@ // Implementation public: CString m_strDisk; - ull_t m_ullRequired; - std::vector m_vstrFiles; + unsigned long long m_ullRequired; + std::vector m_vstrFiles; CListBox m_ctlFiles; protected: