unified Carbon/Classic and Session/Port printing member name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,15 +34,7 @@ class WXDLLEXPORT wxPrinterDC: public wxDC
|
||||
virtual void StartPage(void) ;
|
||||
virtual void EndPage(void) ;
|
||||
protected:
|
||||
#if TARGET_CARBON
|
||||
#if PM_USE_SESSION_APIS
|
||||
void* m_macPrintSession;
|
||||
#else
|
||||
void* m_macPrintPort ;
|
||||
#endif
|
||||
#else
|
||||
void* m_macPrintPort ;
|
||||
#endif
|
||||
void* m_macPrintSessionPort ;
|
||||
wxPrintData m_printData ;
|
||||
#endif // wxUSE_PRINTING_ARCHITECTURE
|
||||
};
|
||||
|
Reference in New Issue
Block a user