X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..6643c354c5850da70a99af38f56ab08c296b7d64:/src/html/m_style.cpp?ds=sidebyside diff --git a/src/html/m_style.cpp b/src/html/m_style.cpp index 3931dd45b3..85770ae851 100644 --- a/src/html/m_style.cpp +++ b/src/html/m_style.cpp @@ -1,26 +1,20 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: m_style.cpp +// Name: src/html/m_style.cpp // Purpose: wxHtml module for parsing <style> tag // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 2002 Vaclav Slavik -// Licence: wxWidgets Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation -#endif - #include "wx/wxprec.h" - -#include "wx/defs.h" -#if wxUSE_HTML && wxUSE_STREAMS - #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif +#if wxUSE_HTML && wxUSE_STREAMS + #ifndef WXPRECOMP #endif @@ -37,7 +31,7 @@ TAG_HANDLER_BEGIN(STYLE, "STYLE") { // VS: Ignore styles for now. We must have this handler present, // because CSS style text would be rendered verbatim otherwise - return TRUE; + return true; } TAG_HANDLER_END(STYLE)