X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6cf2fb76fe35e84852cec2517703d9d5e068b4a8..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/html/forcelnk.h diff --git a/include/wx/html/forcelnk.h b/include/wx/html/forcelnk.h index 9b1373784f..4a1a7d47ce 100644 --- a/include/wx/html/forcelnk.h +++ b/include/wx/html/forcelnk.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: forcelnk.h -// Purpose: see bellow +// Name: wx/html/forcelnk.h +// Purpose: macros which force the linker to link apparently unused code // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) Vaclav Slavik @@ -40,6 +40,8 @@ See mod_*.cpp and htmlwin.cpp for example :-) #ifndef _WX_FORCELNK_H_ #define _WX_FORCELNK_H_ +#include "wx/link.h" + // compatibility defines #define FORCE_LINK wxFORCE_LINK_MODULE #define FORCE_LINK_ME wxFORCE_LINK_THIS_MODULE @@ -54,6 +56,7 @@ See mod_*.cpp and htmlwin.cpp for example :-) FORCE_LINK(m_hline) \ FORCE_LINK(m_links) \ FORCE_LINK(m_tables) \ + FORCE_LINK(m_span) \ FORCE_LINK(m_style)