added include for Print Manager Session APIs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-06-29 20:37:12 +00:00
parent 217099990c
commit 92ed97b709

View File

@ -21,10 +21,11 @@
#include "wx/colour.h"
#include "wx/gdicmn.h"
#if defined(__WXMAC__) && defined(TARGET_CARBON)
#if !defined(__UNIX__)
#include <PMApplication.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
@ -193,12 +194,12 @@ public:
void* m_devMode;
void* m_devNames;
#elif defined( __WXMAC__ )
#if TARGET_CARBON
#if TARGET_CARBON
PMPageFormat m_macPageFormat ;
PMPrintSettings m_macPrintSettings ;
#else
#else
THPrint m_macPrintInfo ;
#endif
#endif
#endif
private: