From: Václav Slavík Date: Fri, 27 Apr 2007 21:35:43 +0000 (+0000) Subject: WX_PRECOMP, not WXPRECOMP X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b4f4d3dd610a29a7be3c7a5f165520438d0328bb?hp=193d0c93106d21067107c262874763d4c0921707 WX_PRECOMP, not WXPRECOMP git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/fs_arc.cpp b/src/common/fs_arc.cpp index 83092fe392..0a16addb22 100644 --- a/src/common/fs_arc.cpp +++ b/src/common/fs_arc.cpp @@ -17,7 +17,7 @@ #include "wx/fs_arc.h" -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/log.h" #endif diff --git a/src/common/fs_filter.cpp b/src/common/fs_filter.cpp index d9c5f51cc3..621fed3a23 100644 --- a/src/common/fs_filter.cpp +++ b/src/common/fs_filter.cpp @@ -17,7 +17,7 @@ #include "wx/fs_filter.h" -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #endif #include "wx/ptr_scpd.h" diff --git a/src/common/fs_inet.cpp b/src/common/fs_inet.cpp index 26080da987..ce26c59f8c 100644 --- a/src/common/fs_inet.cpp +++ b/src/common/fs_inet.cpp @@ -20,7 +20,7 @@ #if wxUSE_FILESYSTEM && wxUSE_FS_INET -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/module.h" #endif diff --git a/src/common/fs_mem.cpp b/src/common/fs_mem.cpp index 5a1d476cc7..52fbc0649e 100644 --- a/src/common/fs_mem.cpp +++ b/src/common/fs_mem.cpp @@ -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" diff --git a/src/html/chm.cpp b/src/html/chm.cpp index f89fbe535e..70dbf61886 100644 --- a/src/html/chm.cpp +++ b/src/html/chm.cpp @@ -17,7 +17,7 @@ #include -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/log.h" #include "wx/module.h" diff --git a/src/html/helpdata.cpp b/src/html/helpdata.cpp index a21a2ab70b..801882e10d 100644 --- a/src/html/helpdata.cpp +++ b/src/html/helpdata.cpp @@ -18,7 +18,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/log.h" #endif diff --git a/src/html/helpdlg.cpp b/src/html/helpdlg.cpp index ccd65dc032..eab22d264d 100644 --- a/src/html/helpdlg.cpp +++ b/src/html/helpdlg.cpp @@ -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" diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 09ca6f4727..61009bfb6f 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -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" diff --git a/src/html/helpwnd.cpp b/src/html/helpwnd.cpp index 17a376198b..e14ecb7105 100644 --- a/src/html/helpwnd.cpp +++ b/src/html/helpwnd.cpp @@ -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" diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp index 3d0ca6d344..a7a602f54e 100644 --- a/src/html/htmlcell.cpp +++ b/src/html/htmlcell.cpp @@ -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" diff --git a/src/html/htmlfilt.cpp b/src/html/htmlfilt.cpp index 025a19e155..febd5a0354 100644 --- a/src/html/htmlfilt.cpp +++ b/src/html/htmlfilt.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/log.h" #include "wx/intl.h" #endif diff --git a/src/html/htmlpars.cpp b/src/html/htmlpars.cpp index 737389ce11..46af2aa602 100644 --- a/src/html/htmlpars.cpp +++ b/src/html/htmlpars.cpp @@ -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" diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp index 9f04f7b249..ceb353297c 100644 --- a/src/html/htmltag.cpp +++ b/src/html/htmltag.cpp @@ -17,7 +17,7 @@ #include "wx/html/htmltag.h" -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/colour.h" #include "wx/wxcrtvararg.h" #endif diff --git a/src/html/htmlwin.cpp b/src/html/htmlwin.cpp index 75e39a8ba7..a8c739afeb 100644 --- a/src/html/htmlwin.cpp +++ b/src/html/htmlwin.cpp @@ -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" diff --git a/src/html/m_dflist.cpp b/src/html/m_dflist.cpp index 92ff94b1c1..39ca0c4b02 100644 --- a/src/html/m_dflist.cpp +++ b/src/html/m_dflist.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #endif #include "wx/html/forcelnk.h" diff --git a/src/html/m_fonts.cpp b/src/html/m_fonts.cpp index cd33cd2119..9e69afb79f 100644 --- a/src/html/m_fonts.cpp +++ b/src/html/m_fonts.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #endif #include "wx/html/forcelnk.h" diff --git a/src/html/m_hline.cpp b/src/html/m_hline.cpp index 6bf88c7732..5a975bea23 100644 --- a/src/html/m_hline.cpp +++ b/src/html/m_hline.cpp @@ -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" diff --git a/src/html/m_image.cpp b/src/html/m_image.cpp index 80d6dba87b..85f9fb770f 100644 --- a/src/html/m_image.cpp +++ b/src/html/m_image.cpp @@ -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" diff --git a/src/html/m_layout.cpp b/src/html/m_layout.cpp index 57316f71f6..1bea340201 100644 --- a/src/html/m_layout.cpp +++ b/src/html/m_layout.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/image.h" #endif diff --git a/src/html/m_links.cpp b/src/html/m_links.cpp index ee76437084..cfb4d5b32c 100644 --- a/src/html/m_links.cpp +++ b/src/html/m_links.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #endif #include "wx/html/forcelnk.h" diff --git a/src/html/m_list.cpp b/src/html/m_list.cpp index 2328b748b8..10750a39ea 100644 --- a/src/html/m_list.cpp +++ b/src/html/m_list.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/brush.h" #include "wx/dc.h" #endif diff --git a/src/html/m_pre.cpp b/src/html/m_pre.cpp index acf9998d21..5afcbbc6b7 100644 --- a/src/html/m_pre.cpp +++ b/src/html/m_pre.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #endif #include "wx/html/forcelnk.h" diff --git a/src/html/m_style.cpp b/src/html/m_style.cpp index 85770ae851..4002438bed 100644 --- a/src/html/m_style.cpp +++ b/src/html/m_style.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #endif #include "wx/html/forcelnk.h" diff --git a/src/html/m_tables.cpp b/src/html/m_tables.cpp index 11a418e010..54f62b5d10 100644 --- a/src/html/m_tables.cpp +++ b/src/html/m_tables.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #include "wx/wxcrtvararg.h" #endif diff --git a/src/html/winpars.cpp b/src/html/winpars.cpp index 9141a1a84e..b01fad245a 100644 --- a/src/html/winpars.cpp +++ b/src/html/winpars.cpp @@ -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" diff --git a/src/mac/carbon/printdlg.cpp b/src/mac/carbon/printdlg.cpp index 31b59ce1ca..8e13503729 100644 --- a/src/mac/carbon/printdlg.cpp +++ b/src/mac/carbon/printdlg.cpp @@ -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"