X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d8b5d8502c7507a822f4ad2aa0068586be028c9..8f98c6c007769184f28dfb9dcd97075bd0efeddc:/src/msw/debughlp.cpp diff --git a/src/msw/debughlp.cpp b/src/msw/debughlp.cpp index 6e91403895..98b35f06e0 100644 --- a/src/msw/debughlp.cpp +++ b/src/msw/debughlp.cpp @@ -493,7 +493,9 @@ wxDbgHelpDLL::DumpSymbol(PSYMBOL_INFO pSym, void *pVariable) // debugging helpers // ---------------------------------------------------------------------------- -#ifndef NDEBUG +// this code is very useful when debugging debughlp.dll-related code but +// probably not worth having compiled in normally, please do not remove it! +#if 0 // ndef NDEBUG static wxString TagString(wxDbgHelpDLL::SymbolTag tag) { @@ -708,7 +710,7 @@ extern "C" void DumpTI(ULONG ti) OutputDebugString(wxString::Format(_T(", next ti=0x%x"), ti)); } - OutputDebugString("\r\n"); + OutputDebugString(_T("\r\n")); } #endif // NDEBUG