compiled fixes for builds without PCH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bb8bd6ef8a
commit
23205be83c
@ -12,11 +12,12 @@
|
||||
#define _WX_DFB_PRIVATE_OVERLAY_H_
|
||||
|
||||
#include "wx/dfb/dfbptr.h"
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
|
||||
|
||||
class WXDLLEXPORT wxWindow;
|
||||
|
||||
class WXDLLIMPEXP_CORE wxWindow;
|
||||
class WXDLLIMPEXP_CORE wxwindowDC;
|
||||
|
||||
class wxOverlayImpl
|
||||
{
|
||||
|
@ -12,6 +12,8 @@
|
||||
#define _WX_DFB_WRAPDFB_H_
|
||||
|
||||
#include "wx/dfb/dfbptr.h"
|
||||
#include "wx/gdicmn.h"
|
||||
#include "wx/vidmode.h"
|
||||
|
||||
#include <directfb.h>
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "wx/button.h"
|
||||
#include "wx/settings.h"
|
||||
#include "wx/dcmemory.h"
|
||||
#include "wx/dcclient.h"
|
||||
#include "wx/stattext.h"
|
||||
#include "wx/intl.h"
|
||||
#include "wx/textdlg.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/dc.h"
|
||||
#include "wx/dcmemory.h"
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/window.h"
|
||||
#include "wx/nonownedwnd.h"
|
||||
#endif
|
||||
|
||||
#include "wx/dfb/private.h"
|
||||
|
@ -16,6 +16,11 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/utils.h"
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
|
||||
#include "wx/fileconf.h"
|
||||
#include "wx/filename.h"
|
||||
#include "wx/tokenzr.h"
|
||||
|
@ -23,6 +23,11 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/window.h"
|
||||
#include "wx/dcclient.h"
|
||||
#endif
|
||||
|
||||
#include "wx/private/overlay.h"
|
||||
#include "wx/dfb/private.h"
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/dcclient.h"
|
||||
#include "wx/nonownedwnd.h"
|
||||
#endif
|
||||
|
||||
#include "wx/caret.h"
|
||||
|
@ -15,6 +15,11 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
|
||||
#include "wx/dfb/wrapdfb.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/dcmemory.h"
|
||||
#include "wx/dcclient.h"
|
||||
#include "wx/window.h"
|
||||
|
||||
#include "wx/menu.h"
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "wx/window.h"
|
||||
|
||||
#include "wx/dcmemory.h"
|
||||
#include "wx/dcclient.h"
|
||||
|
||||
#include "wx/button.h"
|
||||
#include "wx/bmpbuttn.h"
|
||||
|
Loading…
Reference in New Issue
Block a user