#ifndef _WX_CMNDATA_H_BASE_
#define _WX_CMNDATA_H_BASE_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "cmndata.h"
#endif
#elif defined(__WXMAC__)
void* m_macPageFormat ;
void* m_macPrintSettings ;
+ void* m_macPrintSession ;
#endif
private:
+
int m_printNoCopies;
int m_printOrientation;
bool m_printCollate;