added dummy <style> handler in order to hide CSS code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-01-24 21:13:38 +00:00
parent 8e1aefe0f2
commit c44fdc9401
23 changed files with 109 additions and 19 deletions

View File

@@ -67,7 +67,8 @@ See mod_*.cpp and htmlwin.cpp for example :-)
FORCE_LINK(m_hline) \
FORCE_LINK(m_links) \
FORCE_LINK(m_tables) \
FORCE_LINK(m_meta)
FORCE_LINK(m_meta) \
FORCE_LINK(m_style)
#endif // _WX_FORCELNK_H_