Index: src/ch/FolderDialog.h =================================================================== diff -u -rd5c3edd0d167db9b5d47d04248820fda49499a5e -r68739164e349c34dcd0bcb36c6eb381f23cb8b77 --- src/ch/FolderDialog.h (.../FolderDialog.h) (revision d5c3edd0d167db9b5d47d04248820fda49499a5e) +++ src/ch/FolderDialog.h (.../FolderDialog.h) (revision 68739164e349c34dcd0bcb36c6eb381f23cb8b77) @@ -32,7 +32,6 @@ #ifndef __FOLDERDIALOG_H__ #define __FOLDERDIALOG_H__ -#include "afxtempl.h" #include "DirTreeCtrl.h" #include "ThemedButton.h" #include "shortcuts.h" @@ -89,7 +88,7 @@ void GetPath(LPTSTR pszPath); // function displays dialog with some parameters - friend int BrowseForFolder(BROWSEDATA* pData, LPTSTR pszPath); + friend INT_PTR BrowseForFolder(BROWSEDATA* pData, LPTSTR pszPath); // Implementation protected: