]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_layout.cpp
using backward compatible calls for HitTest hack
[wxWidgets.git] / src / html / m_layout.cpp
index 2477eb76c67288ee1ee52e090be27b604da76147..bc2150ec69be4db65ab9ee41a680d328fae34699 100644 (file)
@@ -6,9 +6,6 @@
 // Copyright:   (c) 1999 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation
-#endif
 
 #include "wx/wxprec.h"
 
@@ -300,7 +297,7 @@ TAG_HANDLER_BEGIN(TITLE, "TITLE")
                 wxString title = m_WParser->GetSource()->Mid(
                                         tag.GetBeginPos(),
                                         tag.GetEndPos1()-tag.GetBeginPos());
-#if !wxUSE_UNICODE
+#if !wxUSE_UNICODE && wxUSE_WCHAR_T
                 wxCSConv conv(m_WParser->GetInputEncoding());
                 title = wxString(title.wc_str(conv), wxConvLocal);
 #endif