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/colour.h"
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#if defined(__WXMAC__) && defined(TARGET_CARBON) #if defined(__WXMAC__) && defined(TARGET_CARBON) && !defined(__UNIX__)
#if !defined(__UNIX__) #if PM_USE_SESSION_APIS
#include <PMApplication.h> #include <PMCore.h>
#endif #endif
#include <PMApplication.h>
#endif #endif
#if (defined(__WXMOTIF__) || defined(__WXGTK__) || defined(__WXPM__) || defined(__WXMAC__)) && wxUSE_POSTSCRIPT #if (defined(__WXMOTIF__) || defined(__WXGTK__) || defined(__WXPM__) || defined(__WXMAC__)) && wxUSE_POSTSCRIPT