]> git.saurik.com Git - wxWidgets.git/commitdiff
WX_PRECOMP, not WXPRECOMP
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Apr 2007 21:35:43 +0000 (21:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Apr 2007 21:35:43 +0000 (21:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

26 files changed:
src/common/fs_arc.cpp
src/common/fs_filter.cpp
src/common/fs_inet.cpp
src/common/fs_mem.cpp
src/html/chm.cpp
src/html/helpdata.cpp
src/html/helpdlg.cpp
src/html/helpfrm.cpp
src/html/helpwnd.cpp
src/html/htmlcell.cpp
src/html/htmlfilt.cpp
src/html/htmlpars.cpp
src/html/htmltag.cpp
src/html/htmlwin.cpp
src/html/m_dflist.cpp
src/html/m_fonts.cpp
src/html/m_hline.cpp
src/html/m_image.cpp
src/html/m_layout.cpp
src/html/m_links.cpp
src/html/m_list.cpp
src/html/m_pre.cpp
src/html/m_style.cpp
src/html/m_tables.cpp
src/html/winpars.cpp
src/mac/carbon/printdlg.cpp

index 83092fe39262caf1455118a5e986493075145643..0a16addb229037f37dec1f8e2c7fc5d64644d9a1 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/fs_arc.h"
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
 #endif
index d9c5f51cc33b65e7bc335ded7f79b2cfe7c1e8af..621fed3a233a36b0f5896a00da631e40f3f36cbd 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/fs_filter.h"
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
 #endif
 
 #include "wx/ptr_scpd.h"
index 26080da98779d71a5534e0583a5ba6b509ebba4d..ce26c59f8ca7dc5bcfcfa5b0f64bc453d93ca903 100644 (file)
@@ -20,7 +20,7 @@
 
 #if wxUSE_FILESYSTEM && wxUSE_FS_INET
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/module.h"
 #endif
 
index 5a1d476cc7c7cfc47106e9d1ed9a875509ca1f7c..52fbc0649e1b4ddca852de6ba7a51921e14eb33a 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/fs_mem.h"
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/hash.h"
index f89fbe535e5c041e49c63e25e829aaf86dc54668..70dbf6188634277f6eed40dcbf375c1490e775bd 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <mspack.h>
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/module.h"
index a21a2ab70b03079baa31029fb1a6a4b1b234b596..801882e10d157913441b0985df594172943c3235 100644 (file)
@@ -18,7 +18,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
 #endif
index ccd65dc032386c48927b947def273a65df6100c5..eab22d264d587453bc7c231f2c51312090969519 100644 (file)
@@ -18,7 +18,7 @@
 
 #if wxUSE_WXHTML_HELP
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/object.h"
     #include "wx/intl.h"
     #include "wx/log.h"
@@ -30,7 +30,7 @@
     #include "wx/radiobox.h"
     #include "wx/menu.h"
     #include "wx/msgdlg.h"
-#endif // WXPRECOMP
+#endif // WX_PRECOMP
 
 #include "wx/html/htmlwin.h"
 #include "wx/html/helpdlg.h"
index 09ca6f4727b04b83609bc53d97dfef093931da72..61009bfb6f8dc006f705bd1317d1a34dfa52a2ae 100644 (file)
@@ -19,7 +19,7 @@
 
 #if wxUSE_WXHTML_HELP
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/object.h"
     #include "wx/dynarray.h"
     #include "wx/intl.h"
@@ -40,7 +40,7 @@
     #include "wx/toolbar.h"
     #include "wx/choicdlg.h"
     #include "wx/filedlg.h"
-#endif // WXPRECOMP
+#endif // WX_PRECOMP
 
 #include "wx/html/helpfrm.h"
 #include "wx/html/helpctrl.h"
index 17a376198b6e5fadb54e9456195ce91adb99be14..e14ecb7105f1029e4dd1f39ee40c979a050d64be 100644 (file)
@@ -19,7 +19,7 @@
 
 #if wxUSE_WXHTML_HELP
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/object.h"
     #include "wx/dynarray.h"
     #include "wx/intl.h"
@@ -40,7 +40,7 @@
     #include "wx/toolbar.h"
     #include "wx/choicdlg.h"
     #include "wx/filedlg.h"
-#endif // WXPRECOMP
+#endif // WX_PRECOMP
 
 #include "wx/html/helpfrm.h"
 #include "wx/html/helpdlg.h"
index 3d0ca6d344e5b156b011dafafc966af3317dea23..a7a602f54e74361142ae50219498a192b692be2d 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/dynarray.h"
     #include "wx/brush.h"
     #include "wx/colour.h"
index 025a19e15542820381bb79bdf42e4a2c61ae23f2..febd5a0354a1f69374737768b80e91e3619ecd69 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/intl.h"
 #endif
index 737389ce1182580c3e4805f1b6cdd8e2917b65fb..46af2aa60204ad697a77dde2640a1a642a9551e9 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/dynarray.h"
     #include "wx/log.h"
     #include "wx/intl.h"
index 9f04f7b249d57b8c636bb87c8c1eaa614da59837..ceb353297c68e79c14b255fbeaa8b3ad29ffb7b3 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/html/htmltag.h"
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/colour.h"
     #include "wx/wxcrtvararg.h"
 #endif
index 75e39a8ba7a98d727fb7237c1b2be7d98732f59d..a8c739afebe43dc58a3199d977e3b6c5ffa7d98f 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/list.h"
     #include "wx/log.h"
     #include "wx/intl.h"
index 92ff94b1c167560f1509e60ceb7df5798974ed5a..39ca0c4b02a5b7aa129a6ea2488c21c66538b575 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
 #endif
 
 #include "wx/html/forcelnk.h"
index cd33cd2119d9b26cd1c0fd49fa1d5ec770ad1503..9e69afb79f037f409f2707c076d0e32c6b1d0891 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
 #endif
 
 #include "wx/html/forcelnk.h"
index 6bf88c77322ec75d573a0c0ab42ccccb52d63edb..5a975bea233f588246b0ec531235014355b8801b 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/brush.h"
     #include "wx/pen.h"
     #include "wx/dc.h"
index 80d6dba87b7092945582ef8fa69d9d4b75dd3855..85f9fb770fb9480bc742ee56d7c000721a28ea1b 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/dynarray.h"
     #include "wx/dc.h"
     #include "wx/scrolwin.h"
index 57316f71f6065d698cc5453020a939bd50cc1241..1bea3402014246c47a75f8026e0bba6eeb65bd4c 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/image.h"
 #endif
 
index ee764370849128ea3beac9b237647e4106a685b3..cfb4d5b32c181e3ee2776cc0a95dd4f754e3d3de 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
 #endif
 
 #include "wx/html/forcelnk.h"
index 2328b748b874e65ff267236cab42f57e6d7ba032..10750a39eada578dc2da77e6fb0811b12f63f927 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/brush.h"
     #include "wx/dc.h"
 #endif
index acf9998d213f1000c60eab208c05637c3e40add3..5afcbbc6b75964cb1c93a3aa2bac791647a3acaf 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
 #endif
 
 #include "wx/html/forcelnk.h"
index 85770ae851d03cb31e0c2b83f7cd83eee5bb7c8f..4002438bed05e17a87db86f7953d2a80dd5dae60 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
 #endif
 
 #include "wx/html/forcelnk.h"
index 11a418e0100c2d46b6fca5c0e2a4585dfde9313f..54f62b5d108b3379a590a681674e694a054faba2 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/wxcrtvararg.h"
 #endif
 
index 9141a1a84e99d47ba791268b240519235b314ca7..b01fad245a8522f1982ab538a34e612f3dbe06f0 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/dc.h"
     #include "wx/log.h"
index 31b59ce1caecd045e9a4bafed577c424b35ff1f4..8e1350372976dec4e56ea042664a7ffccdf6f05d 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "wx/printdlg.h"
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/object.h"
     #include "wx/dcprint.h"
     #include "wx/msgdlg.h"