Index: src/ch/FileEx.h =================================================================== diff -u -N -r66e9ad9a512cec46d691cb1ba012424dc7ac8897 -r4c272b19c74694c428c943011f279ec064fbd894 --- src/ch/FileEx.h (.../FileEx.h) (revision 66e9ad9a512cec46d691cb1ba012424dc7ac8897) +++ src/ch/FileEx.h (.../FileEx.h) (revision 4c272b19c74694c428c943011f279ec064fbd894) @@ -50,7 +50,7 @@ #define __FUNCTION__ "" #endif -#define THROW_FILEEXCEPTIONEX(str_reason, filename, app_code, last_error) throw new CFileExceptionEx(__FILE__, __LINE__, __FUNCTION__, str_reason, filename, app_code, last_error) +#define THROW_FILEEXCEPTIONEX(str_reason, filename, app_code, last_error) throw new CFileExceptionEx(_T(__FILE__), __LINE__, _T(__FUNCTION__), str_reason, filename, app_code, last_error) // File exception errors #define FERR_UNKNOWN 0