]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmltag.cpp
don't invalidate the font in SetNativeFontInfo[Desc]() to conform to the documented...
[wxWidgets.git] / src / html / htmltag.cpp
index dcb097a6d73f353945717d6176a71a28c3a34c66..ceb353297c68e79c14b255fbeaa8b3ad29ffb7b3 100644 (file)
 
 #include "wx/html/htmltag.h"
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/colour.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/html/htmlpars.h"
 #include <stdio.h> // for vsscanf
 #include <stdarg.h>
 
-
 //-----------------------------------------------------------------------------
 // wxHtmlTagsCache
 //-----------------------------------------------------------------------------