From: Václav Slavík Date: Fri, 3 Aug 2001 20:26:04 +0000 (+0000) Subject: once again forgot about this OS/2 strangeness X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9d59f1fc2ee07ad28b55a6b8bae8d451705e2215?ds=inline once again forgot about this OS/2 strangeness git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/m_pre.cpp b/src/html/m_pre.cpp index e09dda3655..43b3b597b5 100644 --- a/src/html/m_pre.cpp +++ b/src/html/m_pre.cpp @@ -32,7 +32,7 @@ FORCE_LINK_ME(m_pre) // replaces '\t', ' ' and '\n' with HTML markup: -static wxString HtmlizeWhitespaces(const wxString& str) +static wxString LINKAGEMODE HtmlizeWhitespaces(const wxString& str) { wxString out; size_t i = 0, j = 0, len = str.Len();