Index: src/ch/MiniViewDlg.h =================================================================== diff -u -N -r3493e9fc470285b0a0b417d50be281467a071eb7 -r4c272b19c74694c428c943011f279ec064fbd894 --- src/ch/MiniViewDlg.h (.../MiniViewDlg.h) (revision 3493e9fc470285b0a0b417d50be281467a071eb7) +++ src/ch/MiniViewDlg.h (.../MiniViewDlg.h) (revision 4c272b19c74694c428c943011f279ec064fbd894) @@ -107,7 +107,7 @@ //{{AFX_MSG(CMiniViewDlg) afx_msg HBRUSH OnCtlColor(CDC*, CWnd*, UINT); virtual BOOL OnInitDialog(); - afx_msg void OnTimer(UINT nIDEvent); + afx_msg void OnTimer(UINT_PTR nIDEvent); afx_msg void OnSelchangeProgressList(); afx_msg void OnNcLButtonDown(UINT nHitTest, CPoint point); afx_msg void OnLButtonUp(UINT nFlags, CPoint point);