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:
Stefan Csomor
2002-01-04 22:06:19 +00:00
parent 26e83d4ff1
commit b34039cf55
2 changed files with 8 additions and 2 deletions

View File

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

View File

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