fix compilation - Stefan see my last commit bundle :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,6 +47,9 @@
|
|||||||
#include "wx/mac/corefoundation/cfstring.h"
|
#include "wx/mac/corefoundation/cfstring.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//forward declarations
|
||||||
|
class wxTopLevelWindowMac;
|
||||||
|
|
||||||
#ifndef FixedToInt
|
#ifndef FixedToInt
|
||||||
// as macro in FixMath.h for 10.3
|
// as macro in FixMath.h for 10.3
|
||||||
inline Fixed IntToFixed( int inInt )
|
inline Fixed IntToFixed( int inInt )
|
||||||
|
@@ -33,6 +33,9 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "wx/mac/uma.h"
|
#include "wx/mac/uma.h"
|
||||||
|
|
||||||
|
#if TARGET_API_MAC_OSX
|
||||||
|
#include "wx/toplevel.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// since we have decided that we only support 8.6 upwards we are
|
// since we have decided that we only support 8.6 upwards we are
|
||||||
// checking for these minimum requirements in the startup code of
|
// checking for these minimum requirements in the startup code of
|
||||||
|
@@ -23,6 +23,7 @@
|
|||||||
#if wxUSE_GUI
|
#if wxUSE_GUI
|
||||||
#include "wx/mac/uma.h"
|
#include "wx/mac/uma.h"
|
||||||
#include "wx/font.h"
|
#include "wx/font.h"
|
||||||
|
#include "wx/toplevel.h"
|
||||||
#else
|
#else
|
||||||
#include "wx/intl.h"
|
#include "wx/intl.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user