Index: src/libchcore/TBaseException.h =================================================================== diff -u -N -re96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3 -re8f31b0f922b402878356e130c866c4f3682a7f5 --- src/libchcore/TBaseException.h (.../TBaseException.h) (revision e96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3) +++ src/libchcore/TBaseException.h (.../TBaseException.h) (revision e8f31b0f922b402878356e130c866c4f3682a7f5) @@ -22,6 +22,8 @@ #include "libchcore.h" #include "ErrorCodes.h" +#define LOCATION __FILEW__, __LINE__, __FUNCTIONW__ + namespace chcore { #pragma warning(push)