Index: src/libchcore/TPath.cpp =================================================================== diff -u -N -r751648800daaa5e2e42a48075aae11265cfd6564 -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae --- src/libchcore/TPath.cpp (.../TPath.cpp) (revision 751648800daaa5e2e42a48075aae11265cfd6564) +++ src/libchcore/TPath.cpp (.../TPath.cpp) (revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae) @@ -24,7 +24,6 @@ #pragma warning(disable: 4996) #include #pragma warning(pop) -#include "../libicpf/exception.h" #include #include "TCoreException.h" #include "ErrorCodes.h" @@ -910,7 +909,7 @@ TSmartPath PathFromString(const wchar_t* pszPath) { if (!pszPath) - THROW(_T("Invalid pointer"), 0, 0, 0); + THROW_CORE_EXCEPTION_MSG(eErr_InvalidArgument, ("pszPath")); TSmartPath spPath; spPath.FromString(pszPath);