fixing file paths after renaming

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2008-06-12 12:42:59 +00:00
parent c2193ac911
commit d20db50158
3 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
#include "wx/renderer.h"
#ifdef __WXMAC__
#include "wx/mac/carbon/private.h"
#include "wx/osx/carbon/private.h"
#endif
#include "wx/arrimpl.cpp"

View File

@ -35,7 +35,7 @@
#endif
#ifdef __WXMAC__
#include "wx/mac/private.h"
#include "wx/osx/private.h"
#include "wx/graphics.h"
#endif
@ -198,7 +198,7 @@ wxString wxAuiChopText(wxDC& dc, const wxString& text, int max_size)
wxAuiDefaultDockArt::wxAuiDefaultDockArt()
{
#ifdef __WXMAC__
#if defined( __WXMAC__ ) && !defined(__WXOSX_IPHONE__)
wxColor base_colour = wxColour( wxMacCreateCGColorFromHITheme(kThemeBrushToolbarBackground));
#else
wxColor base_colour = wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE);

View File

@ -64,7 +64,7 @@ DEFINE_EVENT_TYPE(wxEVT_AUI_FIND_MANAGER)
// a few defines to avoid nameclashes
#define __MAC_OS_X_MEMORY_MANAGER_CLEAN__ 1
#define __AIFF__
#include "wx/mac/private.h"
#include "wx/osx/private.h"
#endif
#ifdef __WXMSW__