wxTinderbox build fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9d4e821b97
commit
e77138c0e2
@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: common/dpycmn.cpp
|
||||
// Name: src/common/dpycmn.cpp
|
||||
// Purpose: wxDisplayBase implementation
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
@ -24,10 +24,15 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include "wx/display.h"
|
||||
|
||||
#if wxUSE_DISPLAY
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/gdicmn.h"
|
||||
#include "wx/window.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#include "wx/display.h"
|
||||
|
||||
#include "wx/arrimpl.cpp"
|
||||
WX_DEFINE_OBJARRAY(wxArrayVideoModes)
|
||||
|
||||
@ -59,4 +64,3 @@ int wxDisplayBase::GetFromWindow(wxWindow *window)
|
||||
#endif // !__WXMSW__
|
||||
|
||||
#endif // wxUSE_DISPLAY
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user