X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/142b3bc26a6e93f5857bc053c7748b2c845c4a8e..ddfca47f05f821f034514bf5d5cf938d80fa2829:/src/html/winpars.cpp diff --git a/src/html/winpars.cpp b/src/html/winpars.cpp index 877341fc05..4c6943463a 100644 --- a/src/html/winpars.cpp +++ b/src/html/winpars.cpp @@ -9,7 +9,7 @@ #ifdef __GNUG__ -#pragma implementation +#pragma implementation "winpars.h" #endif #include "wx/wxprec.h" @@ -249,7 +249,9 @@ void wxHtmlWinParser::AddText(const wxChar* txt) { temp[templen-1] = wxT(' '); temp[templen] = 0; +#if 0 // VS - WHY was this here?! if (templen == 1) continue; +#endif templen = 0; if (m_EncConv) m_EncConv->Convert(temp);