added correct printing headers for mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
dc9b623b95
commit
712abf6342
@ -83,7 +83,17 @@
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#include "wx/mac/uma.h"
|
||||
|
||||
|
||||
#if defined(TARGET_CARBON) && !defined(__DARWIN__)
|
||||
# if PM_USE_SESSION_APIS
|
||||
# include <PMCore.h>
|
||||
# endif
|
||||
# include <PMApplication.h>
|
||||
#endif
|
||||
|
||||
#ifndef __DARWIN__
|
||||
#include "Printing.h"
|
||||
#endif
|
||||
#define mm2pt 2.83464566929
|
||||
#define pt2mm 0.352777777778
|
||||
#endif // Mac
|
||||
|
Loading…
Reference in New Issue
Block a user