]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / html / winpars.h
index f634481287e92efce36a8c8c16f6bf0ae74586e1..a778dfa85ffaf0ba33ab41c94dd4d3073ce01792 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/html/winpars.h
 // Purpose:     wxHtmlWinParser class (parser to be used with wxHtmlWindow)
 // Author:      Vaclav Slavik
-// RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -204,7 +203,7 @@ private:
             // actual hypertext link or empty string
     bool m_UseLink;
             // true if m_Link is not empty
-    long m_CharHeight, m_CharWidth;
+    int m_CharHeight, m_CharWidth;
             // average height of normal-sized text
     int m_Align;
             // actual alignment
@@ -259,7 +258,7 @@ private:
 //                  the wxHtmlWinParser object
 //-----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_HTML wxHtmlStyleParams;
+class WXDLLIMPEXP_FWD_HTML wxHtmlStyleParams;
 
 class WXDLLIMPEXP_HTML wxHtmlWinTagHandler : public wxHtmlTagHandler
 {