Index: src/ch/FolderDialog.h =================================================================== diff -u -r3493e9fc470285b0a0b417d50be281467a071eb7 -r4c272b19c74694c428c943011f279ec064fbd894 --- src/ch/FolderDialog.h (.../FolderDialog.h) (revision 3493e9fc470285b0a0b417d50be281467a071eb7) +++ src/ch/FolderDialog.h (.../FolderDialog.h) (revision 4c272b19c74694c428c943011f279ec064fbd894) @@ -58,7 +58,7 @@ // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CFolderDialog) public: - virtual int DoModal(); + virtual INT_PTR DoModal(); protected: virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL @@ -154,7 +154,7 @@ afx_msg void OnItemchangedShortcutList(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnGetShortcutInfoTip(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnPaint(); - afx_msg UINT OnNcHitTest(CPoint point); + afx_msg LRESULT OnNcHitTest(CPoint point); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI); //}}AFX_MSG