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:
Ryan Norton
2005-02-27 10:02:20 +00:00
parent 76c7012c6f
commit 9075301655
3 changed files with 7 additions and 0 deletions

View File

@@ -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 )

View File

@@ -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

View File

@@ -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