Index: src/ch/FeedbackFileErrorDlg.h
===================================================================
diff -u -N -rf6706e71721e6828e4e3be894caec6808e27630b -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae
--- src/ch/FeedbackFileErrorDlg.h	(.../FeedbackFileErrorDlg.h)	(revision f6706e71721e6828e4e3be894caec6808e27630b)
+++ src/ch/FeedbackFileErrorDlg.h	(.../FeedbackFileErrorDlg.h)	(revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae)
@@ -25,7 +25,7 @@
 	DECLARE_DYNAMIC(CFeedbackFileErrorDlg)
 
 public:
-	CFeedbackFileErrorDlg(const tchar_t* pszSrcPath, const tchar_t* pszDstPath, ulong_t ulSysError, CWnd* pParent = NULL);   // standard constructor
+	CFeedbackFileErrorDlg(const wchar_t* pszSrcPath, const wchar_t* pszDstPath, unsigned long ulSysError, CWnd* pParent = NULL);   // standard constructor
 	virtual ~CFeedbackFileErrorDlg();
 
 	afx_msg void OnBnClickedRetryButton();
@@ -42,7 +42,7 @@
 	CStatic m_ctlErrorInfo;
 	CString m_strSrcPath;
 	CString m_strDstPath;
-	ulong_t m_ulSysError;
+	unsigned long m_ulSysError;
 	virtual BOOL OnInitDialog();
 };