X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..a83ea9c15a7ac7bbdc6686164cfcbbc21ae5031a:/src/html/m_style.cpp diff --git a/src/html/m_style.cpp b/src/html/m_style.cpp index b2bcecfc80..f5622376cf 100644 --- a/src/html/m_style.cpp +++ b/src/html/m_style.cpp @@ -4,10 +4,10 @@ // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 2002 Vaclav Slavik -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation #endif @@ -37,7 +37,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)