non-pch build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2011-01-07 04:50:53 +00:00
parent 3603e5658f
commit d2bc87252a
4 changed files with 19 additions and 8 deletions

View File

@@ -37,15 +37,16 @@
#include "wx/dcscreen.h" #include "wx/dcscreen.h"
#include "wx/dcclient.h" #include "wx/dcclient.h"
#include "wx/toplevel.h" #include "wx/toplevel.h"
#include "wx/msw/wrapcctl.h"
#include "wx/msw/private.h"
#include "wx/msw/missing.h"
#endif #endif
#include "wx/imaglist.h" #include "wx/imaglist.h"
#include "wx/stockitem.h" #include "wx/stockitem.h"
#include "wx/msw/private.h"
#include "wx/msw/private/button.h" #include "wx/msw/private/button.h"
#include "wx/msw/private/dc.h" #include "wx/msw/private/dc.h"
#include "wx/private/window.h" #include "wx/private/window.h"
#include "wx/msw/missing.h"
using namespace wxMSWImpl; using namespace wxMSWImpl;

View File

@@ -18,8 +18,6 @@
#if wxUSE_MSGDLG #if wxUSE_MSGDLG
#include "wx/ptr_scpd.h"
// there is no hook support under CE so we can't use the code for message box // there is no hook support under CE so we can't use the code for message box
// positioning there // positioning there
#ifndef __WXWINCE__ #ifndef __WXWINCE__
@@ -29,21 +27,21 @@
#endif #endif
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/msgdlg.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/dialog.h" #include "wx/msw/private.h"
#if wxUSE_MSGBOX_HOOK #if wxUSE_MSGBOX_HOOK
#include "wx/hashmap.h" #include "wx/hashmap.h"
#endif #endif
#endif #endif
#include "wx/ptr_scpd.h"
#include "wx/dynlib.h" #include "wx/dynlib.h"
#include "wx/msw/private.h"
#include "wx/msw/private/button.h" #include "wx/msw/private/button.h"
#include "wx/msw/private/metrics.h" #include "wx/msw/private/metrics.h"
#include "wx/msw/private/msgdlg.h" #include "wx/msw/private/msgdlg.h"
#include "wx/msgdlg.h"
#if wxUSE_MSGBOX_HOOK #if wxUSE_MSGBOX_HOOK
#include "wx/fontutil.h" #include "wx/fontutil.h"

View File

@@ -25,8 +25,16 @@
#if wxUSE_PROGRESSDLG && wxUSE_THREADS #if wxUSE_PROGRESSDLG && wxUSE_THREADS
#include "wx/msw/private/msgdlg.h"
#include "wx/progdlg.h" #include "wx/progdlg.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/msgdlg.h"
#include "wx/stopwatch.h"
#include "wx/msw/private.h"
#endif
#include "wx/msw/private/msgdlg.h"
#include "wx/evtloop.h" #include "wx/evtloop.h"
using namespace wxMSWMessageDialog; using namespace wxMSWMessageDialog;

View File

@@ -19,6 +19,10 @@
#include "wx/richmsgdlg.h" #include "wx/richmsgdlg.h"
#ifndef WX_PRECOMP
#include "wx/msw/private.h"
#endif
// This will define wxHAS_MSW_TASKDIALOG if we have support for it in the // This will define wxHAS_MSW_TASKDIALOG if we have support for it in the
// headers we use. // headers we use.
#include "wx/msw/private/msgdlg.h" #include "wx/msw/private/msgdlg.h"