removing dependancy on mac headers from public wx headers (eventually adding wx/mac/private and typecasts), carbon additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,12 +20,15 @@
|
||||
#include "wx/region.h"
|
||||
#include "wx/image.h"
|
||||
|
||||
#include "wx/mac/private.h"
|
||||
|
||||
#if __MSL__ >= 0x6000
|
||||
#include "math.h"
|
||||
using namespace std ;
|
||||
#endif
|
||||
|
||||
#include "wx/mac/private.h"
|
||||
|
||||
|
||||
#if !USE_SHARED_LIBRARY
|
||||
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
|
||||
#endif
|
||||
|
@@ -20,12 +20,15 @@
|
||||
#include "wx/region.h"
|
||||
#include "wx/image.h"
|
||||
|
||||
#include "wx/mac/private.h"
|
||||
|
||||
#if __MSL__ >= 0x6000
|
||||
#include "math.h"
|
||||
using namespace std ;
|
||||
#endif
|
||||
|
||||
#include "wx/mac/private.h"
|
||||
|
||||
|
||||
#if !USE_SHARED_LIBRARY
|
||||
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user