]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_style.cpp
WinCE adaptations
[wxWidgets.git] / src / html / m_style.cpp
index b2bcecfc80ec7084a53f1ee76344ab750d6916ee..f5622376cf7e58e1a5b531848b71bf36dcfe7457 100644 (file)
@@ -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)