Index: src/ch/StatusDlg.h =================================================================== diff -u -N -r3493e9fc470285b0a0b417d50be281467a071eb7 -r4c272b19c74694c428c943011f279ec064fbd894 --- src/ch/StatusDlg.h (.../StatusDlg.h) (revision 3493e9fc470285b0a0b417d50be281467a071eb7) +++ src/ch/StatusDlg.h (.../StatusDlg.h) (revision 4c272b19c74694c428c943011f279ec064fbd894) @@ -37,7 +37,7 @@ void PostCloseMessage(); void SetBufferSizesString(UINT uiValue, int iIndex); void RefreshStatus(); - LPTSTR FormatTime(long lSeconds, LPTSTR lpszBuffer); + LPTSTR FormatTime(long lSeconds, LPTSTR lpszBuffer, size_t stMaxBufferSize); int GetImageFromStatus(UINT nStatus); void ApplyButtonsState(); @@ -95,7 +95,7 @@ // Generated message map functions //{{AFX_MSG(CStatusDlg) virtual BOOL OnInitDialog(); - afx_msg void OnTimer(UINT nIDEvent); + afx_msg void OnTimer(UINT_PTR nIDEvent); afx_msg void OnPauseButton(); afx_msg void OnCancelButton(); afx_msg void OnRollUnrollButton();