Index: src/libchcore/TCoreWin32Exception.h =================================================================== diff -u -N -r8aaaa0a6febeeeb6dc7d93b859b58488c54ba5e6 -rad4fe0f8085b15527158073aa76eb2d9ef80b0e5 --- src/libchcore/TCoreWin32Exception.h (.../TCoreWin32Exception.h) (revision 8aaaa0a6febeeeb6dc7d93b859b58488c54ba5e6) +++ src/libchcore/TCoreWin32Exception.h (.../TCoreWin32Exception.h) (revision ad4fe0f8085b15527158073aa76eb2d9ef80b0e5) @@ -21,12 +21,6 @@ #include "TCoreException.h" -#define THROW_CORE_EXCEPTION_WIN32(error_code, win32_error_code)\ - throw chcore::TCoreWin32Exception(error_code, win32_error_code, L"", __FILEW__, __LINE__, __FUNCTIONW__) - -#define THROW_CORE_EXCEPTION_WIN32_MSG(error_code, win32_error_code, msg)\ - throw chcore::TCoreWin32Exception(error_code, win32_error_code, msg, __FILEW__, __LINE__, __FUNCTIONW__) - namespace chcore { class LIBCHCORE_API TCoreWin32Exception : public TCoreException