#include "wx/colour.h"
#include "wx/gdicmn.h"
-#if defined(__WXMAC__) && defined(TARGET_CARBON) && !defined(__UNIX__)
- #if PM_USE_SESSION_APIS
- #include <PMCore.h>
- #endif
- #include <PMApplication.h>
-#endif
-
#if (defined(__WXMOTIF__) || defined(__WXGTK__) || defined(__WXPM__) || defined(__WXMAC__)) && wxUSE_POSTSCRIPT
class WXDLLEXPORT wxPrintSetupData;
#endif
#endif
public:
-#ifdef __WXMSW__
+#if defined(__WXMSW__)
void* m_devMode;
void* m_devNames;
-#elif defined( __WXMAC__ )
- #if TARGET_CARBON
+#elif defined(__WXMAC__)
void* m_macPageFormat ;
void* m_macPrintSettings ;
- #else
- void* m_macPrintInfo ;
- #endif
#endif
private:
#define __HPUX__
#endif /* HP-UX */
- #if defined(__WXMAC__) && defined(__DARWIN__)
- /* Mac OS X */
-
- /*
- Some code has been added to workaround defects(?) in the
- bundled gcc compiler. These corrections are identified by:
- __DARWIN__ for corrections necessary for Darwin (wxMac, wxMotif)
- */
-
- #include <Carbon/Carbon.h>
- #endif /* __WXMAC__ && __DARWIN__ */
-
#if defined(__CYGWIN__)
#if !defined(wxSIZE_T_IS_UINT)
#define wxSIZE_T_IS_UINT
bundled gcc compiler. These corrections are identified by:
__DARWIN__ for corrections necessary for Darwin (wxMac, wxMotif)
*/
-
- #include <Carbon/Carbon.h>
#elif defined(__OS2__)
#if defined(__IBMCPP__)
#define __VISAGEAVER__ __IBMCPP__