/////////////////////////////////////////////////////////////////////////////
-// Name: mod_layout.cpp
+// Name: m_layout.cpp
// Purpose: wxHtml module for basic paragraphs/layout handling
// Author: Vaclav Slavik
// RCS-ID: $Id$
#include "wx/defs.h"
-#if wxUSE_HTML
+#if wxUSE_HTML && wxUSE_STREAMS
#ifdef __BORDLANDC__
#pragma hdrstop
#endif
#include "wx/html/htmlwin.h"
-FORCE_LINK_ME(mod_layout)
+FORCE_LINK_ME(m_layout)
TAG_HANDLER_BEGIN(P, "P")