]> git.saurik.com Git - wxWidgets.git/commitdiff
Precompiled headers support.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 1 May 2004 17:00:40 +0000 (17:00 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 1 May 2004 17:00:40 +0000 (17:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

48 files changed:
src/motif/accel.cpp
src/motif/app.cpp
src/motif/bmpbuttn.cpp
src/motif/bmpmotif.cpp
src/motif/button.cpp
src/motif/checkbox.cpp
src/motif/checklst.cpp
src/motif/choice.cpp
src/motif/clipbrd.cpp
src/motif/colour.cpp
src/motif/combobox.cpp
src/motif/combobox_native.cpp
src/motif/control.cpp
src/motif/cursor.cpp
src/motif/dataobj.cpp
src/motif/dc.cpp
src/motif/dcclient.cpp
src/motif/dcmemory.cpp
src/motif/dcscreen.cpp
src/motif/dialog.cpp
src/motif/dnd.cpp
src/motif/filedlg.cpp
src/motif/font.cpp
src/motif/frame.cpp
src/motif/gauge.cpp
src/motif/icon.cpp
src/motif/listbox.cpp
src/motif/mdi.cpp
src/motif/menu.cpp
src/motif/menuitem.cpp
src/motif/msgdlg.cpp
src/motif/palette.cpp
src/motif/popupwin.cpp
src/motif/radiobox.cpp
src/motif/radiobut.cpp
src/motif/scrolbar.cpp
src/motif/settings.cpp
src/motif/slider.cpp
src/motif/spinbutt.cpp
src/motif/statbmp.cpp
src/motif/statbox.cpp
src/motif/stattext.cpp
src/motif/textctrl.cpp
src/motif/timer.cpp
src/motif/toolbar.cpp
src/motif/toplevel.cpp
src/motif/utils.cpp
src/motif/window.cpp

index 31a790d997477a339966f7f26cb240602dd0ee27..230b9fb6c5290b075063a42e213559c312c70a01 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "accel.h"
 #endif
 
 #pragma implementation "accel.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/setup.h"
 #include "wx/accel.h"
 #include "wx/string.h"
 #include "wx/setup.h"
 #include "wx/accel.h"
 #include "wx/string.h"
index d17e8fc734efeba00f42164bdd69c844bd6230f5..d5ec44f979eab211a137283068ee260667f981de 100644 (file)
@@ -13,6 +13,9 @@
     #pragma implementation "app.h"
 #endif
 
     #pragma implementation "app.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtParent XTPARENT
 #define XtDisplay XTDISPLAY
 #ifdef __VMS
 #define XtParent XTPARENT
 #define XtDisplay XTDISPLAY
index 00da6290faaccd19f3bf28c58e0fa0be75820a1a..d684d7b77b08a22c3d4ebb8dc904d88cf703cf45 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "bmpbuttn.h"
 #endif
 
 #pragma implementation "bmpbuttn.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtScreen XTSCREEN
 #endif
 #ifdef __VMS
 #define XtScreen XTSCREEN
 #endif
index 2ceb292b7fd9e06f72d8d9ed5754657fb517f5ce..e588d19a87b3f1dad07250c24e31f0af239b4957 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "bmpmotif.h"
 #endif
 
 #pragma implementation "bmpmotif.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtParent XTPARENT
 #define XtDisplay XTDISPLAY
 #ifdef __VMS
 #define XtParent XTPARENT
 #define XtDisplay XTDISPLAY
index 8de8071092e299bbd06cfd7678a2d819bdadeb6f..c8bdc6af8994967033b314da1df1273ec86b554b 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "button.h"
 #endif
 
 #pragma implementation "button.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
index 927b50812357ef5a4996b2a4ff46bb1124dd763e..dea61e497e0c1648a4df16689523c1b071d9ab06 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "checkbox.h"
 #endif
 
 #pragma implementation "checkbox.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
index be028532038e9a98078758f9ae5ec7a4b2c592f8..84a057a818c18e054fe68986947a37e46dd56b83 100644 (file)
@@ -17,6 +17,9 @@
 #pragma implementation "checklst.h"
 #endif
 
 #pragma implementation "checklst.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #include "wx/checklst.h"
 #include "wx/defs.h"
 
 #include "wx/checklst.h"
index fbc5fdc03ededafbb85e27ab0c00e1ded8e99fc8..6a24190b8e82e5be67efabe7cdfae90b9b0e4ec9 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "choice.h"
 #endif
 
 #pragma implementation "choice.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtParent XTPARENT
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtParent XTPARENT
index 6d13b5b35cffa26bcaa8a7f4f37c1041b5785b3a..2f8d636d09bda60f0ba5966ecaa2becc1a643b3f 100644 (file)
@@ -14,6 +14,9 @@
 #pragma implementation "clipbrd.h"
 #endif
 
 #pragma implementation "clipbrd.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #include "wx/vms_x_fix.h"
 #define XtWindow XTWINDOW
 #ifdef __VMS
 #include "wx/vms_x_fix.h"
 #define XtWindow XTWINDOW
index a5c18f05e486ba71857280d6f85f3c3ece1f9e14..17a8a4e72bfb351518a30e1a11266c9e3e948d1f 100644 (file)
@@ -16,6 +16,9 @@
 #pragma implementation "colour.h"
 #endif
 
 #pragma implementation "colour.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/gdicmn.h"
 #include "wx/colour.h"
 #include "wx/app.h"
 #include "wx/gdicmn.h"
 #include "wx/colour.h"
 #include "wx/app.h"
index 4389cc1f00edc2d0b6415f99e27dbdeb1cb2ded5..9e052ac94ee103146509f868b1858439f02ac6f8 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "combobox.h"
 #endif
 
 #pragma implementation "combobox.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/setup.h"
 
 #if wxUSE_COMBOBOX
 #include "wx/setup.h"
 
 #if wxUSE_COMBOBOX
index 0d588f0911e8ac4b1a12ac4ef0e253fdabd5cab6..f610a3bfab43fd0e210556eb1cf06e97518af907 100644 (file)
@@ -9,6 +9,9 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/setup.h"
 
 #if wxUSE_COMBOBOX
 #include "wx/setup.h"
 
 #if wxUSE_COMBOBOX
index e6d45853c9b0f832f4b3456cd7fb0a30aea52207..11cfb4793c15939e6a90639cc617cb024364441f 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "control.h"
 #endif
 
 #pragma implementation "control.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #include "wx/control.h"
 #include "wx/defs.h"
 
 #include "wx/control.h"
index 024e67d2ac3fb1eda65342f65d15e9f6eab5ec42..76d242f82f87dcbb545c3e76bf68a1fd2f1a5bed 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "cursor.h"
 #endif
 
 #pragma implementation "cursor.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/cursor.h"
 #include "wx/app.h"
 #include "wx/utils.h"
 #include "wx/cursor.h"
 #include "wx/app.h"
 #include "wx/utils.h"
index debae5252f10b7820524c7c99b51bd77465910b9..fc9896cda829f242d6cdf0288a216052c5f725a8 100644 (file)
@@ -11,6 +11,9 @@
 #pragma implementation "dataobj.h"
 #endif
 
 #pragma implementation "dataobj.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #if wxUSE_CLIPBOARD
 #include "wx/defs.h"
 
 #if wxUSE_CLIPBOARD
index 9eacd3404f62122826eead93773ffeeee25481a2..32ce97426aba08ccb8205ec21c7ed91622f6fd17 100644 (file)
@@ -13,6 +13,9 @@
     #pragma implementation "dc.h"
 #endif
 
     #pragma implementation "dc.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/dc.h"
 #include "wx/dcmemory.h"
 #include "wx/defs.h"
 #include "wx/dc.h"
 #include "wx/dcmemory.h"
 #include "wx/defs.h"
index 914b32f18b0336e965c2040f6b391c103940a1dd..4bbab04ceac20b6ab37bc288ff216abf39a47f79 100644 (file)
@@ -40,6 +40,9 @@
     #pragma implementation "dcclient.h"
 #endif
 
     #pragma implementation "dcclient.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/dcclient.h"
 #include "wx/dcmemory.h"
 #include "wx/window.h"
 #include "wx/dcclient.h"
 #include "wx/dcmemory.h"
 #include "wx/window.h"
index 3dd666c7009fac56f413bbd7c51321e9b10550cb..ce07b8fdd806c74da7a9ae2d4da0b99da8478b8c 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "dcmemory.h"
 #endif
 
 #pragma implementation "dcmemory.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/dcmemory.h"
 #include "wx/settings.h"
 #include "wx/utils.h"
 #include "wx/dcmemory.h"
 #include "wx/settings.h"
 #include "wx/utils.h"
index 62d1cbc8b828dd4a5ed8bf32e3542ed5efa40a5f..71f3c01e54ecb981801a4a2f9b97b75bec04b936 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "dcscreen.h"
 #endif
 
 #pragma implementation "dcscreen.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/window.h"
 #include "wx/frame.h"
 #include "wx/dcscreen.h"
 #include "wx/window.h"
 #include "wx/frame.h"
 #include "wx/dcscreen.h"
index 443f7e9a78f638a43c9dddedfe468194e6208e39..28922a01dd74b943fa52d08a05bed13c6e937c64 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "dialog.h"
 #endif
 
 #pragma implementation "dialog.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtWindow XTWINDOW
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtWindow XTWINDOW
index 9ed4df67e6ea37f195cabd514e29d0f747459c31..8caa37f18b4912fdc1c8b2c1e6c18ce18ee4e178 100644 (file)
@@ -11,6 +11,9 @@
 #pragma implementation "dnd.h"
 #endif
 
 #pragma implementation "dnd.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/setup.h"
 
 #if wxUSE_DRAG_AND_DROP
 #include "wx/setup.h"
 
 #if wxUSE_DRAG_AND_DROP
index bcf6784fcad944b2848be76c7492784cdba4ff4e..c244836db6d9beb09e6c0c1829c3cf653a31a1a7 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "filedlg.h"
 #endif
 
 #pragma implementation "filedlg.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtParent XTPARENT
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtParent XTPARENT
index 06637b118da1623a8c2bb1283f204ce874b5bc5e..0c82eed410a31493c00b002cc07afe7baffeb078 100644 (file)
@@ -21,6 +21,9 @@
     #pragma implementation "font.h"
 #endif
 
     #pragma implementation "font.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #ifdef __VMS
 #include "wx/defs.h"
 
 #ifdef __VMS
index 22ec6184a32af87bc2785f70a58cd5a2fb01381c..29cc119131b989737e7c66842e6c446deaa0731b 100644 (file)
@@ -21,6 +21,8 @@
     #pragma implementation "frame.h"
 #endif
 
     #pragma implementation "frame.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
 
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
index 3cd261e8a17805aa4f65fff346c866b779825071..e1e3df36018c34667fe007fe041cf868942a1b2f 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "gauge.h"
 #endif
 
 #pragma implementation "gauge.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #include <wx/vms_x_fix.h>
 #undef XtDisplay
 #ifdef __VMS
 #include <wx/vms_x_fix.h>
 #undef XtDisplay
index 692175a81263f548127f02ed392d9b252a005a96..2006a62b4ec8002605fa332fa00bd01179a35cff 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "icon.h"
 #endif
 
 #pragma implementation "icon.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/icon.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap);
 #include "wx/icon.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap);
index 1ad6566347e527948eee4557b7a9783bacac5734..47016d85bccb1b9d7ef161bfd2c0831feb30e06d 100644 (file)
@@ -13,6 +13,9 @@
     #pragma implementation "listbox.h"
 #endif
 
     #pragma implementation "listbox.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtParent XTPARENT
 #define XtDisplay XTDISPLAY
 #ifdef __VMS
 #define XtParent XTPARENT
 #define XtDisplay XTDISPLAY
index 87a201a0e2afc6582dcb17c0009a7b8e102dc53d..22a20fb5e8b8cf5c537ddee46a89c197bb9948f8 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "mdi.h"
 #endif
 
 #pragma implementation "mdi.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtWindow XTWINDOW
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtWindow XTWINDOW
index 2b2113f171b3153b3c9aa4f7f2a0aeca7539b44e..e2cefa286f7aeb1dd17868354b7da92f0e91a779 100644 (file)
@@ -22,6 +22,9 @@
 // headers
 // ----------------------------------------------------------------------------
 
 // headers
 // ----------------------------------------------------------------------------
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #include "wx/menu.h"
 #include "wx/defs.h"
 
 #include "wx/menu.h"
index e0e9cb9a52f7590e11cb51fd08777bd9a7796fac..e632f72dea7141138884c4b4d427fb7dae617bc9 100644 (file)
@@ -21,6 +21,9 @@
 // headers
 // ----------------------------------------------------------------------------
 
 // headers
 // ----------------------------------------------------------------------------
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #include "wx/menu.h"
 #include "wx/defs.h"
 
 #include "wx/menu.h"
index cbc30128a00220a57d4f9f0c78adc120256cf0a0..0a03aabe8b211319d3aae6299d10efd4a1b9f83d 100644 (file)
@@ -21,6 +21,9 @@
 // headers
 // ----------------------------------------------------------------------------
 
 // headers
 // ----------------------------------------------------------------------------
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #ifdef __VMS
 #include "wx/defs.h"
 
 #ifdef __VMS
index ff67a7ff333cf9704005da962cf801137c9f9266..7ede19b4c97fd4eff3c8830deb07cc07be25c7df 100644 (file)
@@ -38,6 +38,9 @@ not the functionality that wxPalette::Create() aims to provide.
 #pragma implementation "palette.h"
 #endif
 
 #pragma implementation "palette.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/palette.h"
 #include "wx/window.h"
 #include "wx/app.h"
 #include "wx/palette.h"
 #include "wx/window.h"
 #include "wx/app.h"
index b3ce905e525b49226c9a2157d31ca2a696ac0aba..8d4ce0915dc4828abaeb077eeab24a572a694637 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "popup.h"
 #endif
 
 #pragma implementation "popup.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/popupwin.h"
 #include "wx/app.h"
 
 #include "wx/popupwin.h"
 #include "wx/app.h"
 
index 774c4df47c5fa79edfeefeb0a8296ba59936aeb7..c21d758ecdca558765b59f038e5a4958e83199f3 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "radiobox.h"
 #endif
 
 #pragma implementation "radiobox.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
index b633e9cb20d2f0fa1e805e82889b4907cf1f0398..629a00791518544986cb3836d2cb46ad57da6837 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "radiobut.h"
 #endif
 
 #pragma implementation "radiobut.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
index ff018e26b2796c64a9e2cfc33ec8cf45b975fb0f..3d17e927afd2b5e999d46d3d7f95a841261581a3 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "scrolbar.h"
 #endif
 
 #pragma implementation "scrolbar.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 #include "wx/scrolbar.h"
 
 #include "wx/defs.h"
 #include "wx/scrolbar.h"
 
index 25bcfddc025af3d49cb15346b2fa898feef6271b..054bc38821852ae325e1d90801616403db9d7a17 100644 (file)
@@ -17,6 +17,9 @@
 #pragma implementation "settings.h"
 #endif
 
 #pragma implementation "settings.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/settings.h"
 #include "wx/gdicmn.h"
 #include "wx/app.h"
 #include "wx/settings.h"
 #include "wx/gdicmn.h"
 #include "wx/app.h"
index c0eee32152e46954bed159b14c30af7c38487bb6..e11f1bb9ceb0146f805369b98800f332c8d7bec2 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "slider.h"
 #endif
 
 #pragma implementation "slider.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/slider.h"
 #include "wx/utils.h"
 
 #include "wx/slider.h"
 #include "wx/utils.h"
 
index edd15fa3c96aa814137718897052180ed580e7d2..ca3a6e2af18c5a8c9a88908e8711331dc89b4d2d 100644 (file)
@@ -13,6 +13,9 @@
     #pragma implementation "spinbutt.h"
 #endif
 
     #pragma implementation "spinbutt.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/spinbutt.h"
 #include "wx/spinctrl.h"
 #include "wx/timer.h"
 #include "wx/spinbutt.h"
 #include "wx/spinctrl.h"
 #include "wx/timer.h"
index 1226a83f61c5c002bf7a51f54373c4ea7e3a9429..215a77c3d333eb02383ef9f74f0254f95a6cb934 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "statbmp.h"
 #endif
 
 #pragma implementation "statbmp.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #include "wx/statbmp.h"
 #include "wx/defs.h"
 
 #include "wx/statbmp.h"
index 0c3d210a5e638aa101da81d47e77dfcb2649e75b..5bdf05ea044c030b20a8b57269100130db3029ca 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "statbox.h"
 #endif
 
 #pragma implementation "statbox.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
index db5721cc84cb7cda1cfe0679ab5eca2534fbf77a..2e0b1362052caa1cf275af48dbacdc71bfe7a72b 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "stattext.h"
 #endif
 
 #pragma implementation "stattext.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
index 53f5a047ca7556212b55d43ca87ec06d42a3a89e..090da09f5ae193a5bab9f6587b3b7593b26e63a8 100644 (file)
@@ -21,6 +21,9 @@
     #pragma implementation "textctrl.h"
 #endif
 
     #pragma implementation "textctrl.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtParent XTPARENT
 #endif
 #ifdef __VMS
 #define XtParent XTPARENT
 #endif
index f4ef797df6d32f63d25d5aa59ff0f35092cc47bf..ef99ffeed09276d0cb57e7dcea7cbfbde04d0388 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "timer.h"
 #endif
 
 #pragma implementation "timer.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/timer.h"
 #include "wx/app.h"
 #include "wx/hashmap.h"
 #include "wx/timer.h"
 #include "wx/app.h"
 #include "wx/hashmap.h"
index 4078d2eefef9a8410bc2266d6636ee343f7360ca..00da4412b617d81136366ebc813c3830284c8080 100644 (file)
@@ -21,6 +21,9 @@
     #pragma implementation "toolbar.h"
 #endif
 
     #pragma implementation "toolbar.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
index d99fa360b0bcd24b140b248f83d991c3347cfb1a..a46d5170bc4f5f8e3542a9c360e61d396fec6af9 100644 (file)
@@ -21,6 +21,9 @@
     #pragma implementation "toplevel.h"
 #endif
 
     #pragma implementation "toplevel.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/toplevel.h"
 #include "wx/app.h"
 
 #include "wx/toplevel.h"
 #include "wx/app.h"
 
index 77bdbe3d6bb5a82358cd46a7fe74aec3dd81091b..6fd4988224e566181363b60bed78761557ab9184 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
 // headers
 // ----------------------------------------------------------------------------
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
+
 #include "wx/setup.h"
 #include "wx/utils.h"
 #include "wx/apptrait.h"
 #include "wx/setup.h"
 #include "wx/utils.h"
 #include "wx/apptrait.h"
index a50692831c0390bf2c78549352f5dbd16eb85250..f6fa06cdbac6c5b7ec1f0d6b36bb53c0275e8b2b 100644 (file)
@@ -21,6 +21,9 @@
     #pragma implementation "window.h"
 #endif
 
     #pragma implementation "window.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtWindow XTWINDOW
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #define XtWindow XTWINDOW