]> git.saurik.com Git - wxWidgets.git/commitdiff
PCH-less compilation fixes
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Apr 2007 21:32:40 +0000 (21:32 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Apr 2007 21:32:40 +0000 (21:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appcmn.cpp
src/common/colourcmn.cpp
src/html/htmlcell.cpp
src/html/htmlpars.cpp
src/html/htmltag.cpp
src/html/m_tables.cpp
src/msw/fontutil.cpp
src/msw/ole/dataobj.cpp
src/msw/spinctrl.cpp
src/msw/textctrl.cpp
src/xrc/xmlres.cpp

index e6a72a3d2751fb4c5793faa901f03f4f11db2106..e7aa0ea8ce0b558d569e4c983efea7465b0f10a8 100644 (file)
@@ -32,6 +32,7 @@
     #include "wx/msgdlg.h"
     #include "wx/confbase.h"
     #include "wx/utils.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/apptrait.h"
index a77017922fdc686a894c852fe1169226d0649df3..3d401098e32649cdff72aa6292371adcbd3f3b0e 100644 (file)
@@ -23,6 +23,7 @@
     #include "wx/log.h"
     #include "wx/utils.h"
     #include "wx/gdicmn.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #if wxUSE_VARIANT
index 3244eb577fe7e168456b56a4aa026c0e63b3bd50..3d0ca6d344e5b156b011dafafc966af3317dea23 100644 (file)
@@ -22,6 +22,7 @@
     #include "wx/dc.h"
     #include "wx/settings.h"
     #include "wx/module.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/html/htmlcell.h"
index ff9c189223f6d30b5bfc397370ae6891e0433901..737389ce1182580c3e4805f1b6cdd8e2917b65fb 100644 (file)
@@ -20,6 +20,7 @@
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/app.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/tokenzr.h"
index dcb097a6d73f353945717d6176a71a28c3a34c66..9f04f7b249d57b8c636bb87c8c1eaa614da59837 100644 (file)
 
 #ifndef WXPRECOMP
     #include "wx/colour.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/html/htmlpars.h"
 #include <stdio.h> // for vsscanf
 #include <stdarg.h>
 
-
 //-----------------------------------------------------------------------------
 // wxHtmlTagsCache
 //-----------------------------------------------------------------------------
index 7f965d7e0c1c3dd5cf1c741a21fc617c0a2fe3be..11a418e0100c2d46b6fca5c0e2a4585dfde9313f 100644 (file)
@@ -16,6 +16,7 @@
 #if wxUSE_HTML && wxUSE_STREAMS
 
 #ifndef WXPRECOMP
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/html/forcelnk.h"
index a1b318d725b52882ef44d5909ae4aa4555bd6bb5..6e1d1cb031dfd67da46f7232e221998aa395770a 100644 (file)
@@ -29,6 +29,7 @@
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/encinfo.h"
+    #include "wx/wxcrtvararg.h"
 #endif //WX_PRECOMP
 
 #include "wx/msw/private.h"
index 4cfcee5e9ebf813d1f8fca73f3df6d1d54cbc4c1..48e999239ac263727661a26fec9d9be1a4c6cd36 100644 (file)
@@ -28,6 +28,7 @@
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/dataobj.h"
index bf56006adeb9112e990655a779bf561d7215eba1..a3c6e43a0e83a1bdabf4411887c889c316359205 100644 (file)
@@ -32,6 +32,7 @@
     #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/event.h"
     #include "wx/textctrl.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/msw/private.h"
index 8e7fd4e662242b5ac82f37ada1e45de40be5555a..04cc73d26a5f82ecc0ce76137e22243c4da43f75 100644 (file)
@@ -37,6 +37,7 @@
     #include "wx/menu.h"
     #include "wx/math.h"
     #include "wx/module.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/sysopt.h"
index b10e7dfcb89d9f4f3e5699f27e2b526d30fda87b..5aeacc477b2bd234fd145134d0f47fffa049b48f 100644 (file)
@@ -29,6 +29,7 @@
     #include "wx/bitmap.h"
     #include "wx/image.h"
     #include "wx/module.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #ifndef __WXWINCE__