// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __WXGTK__
-
-#include "wx/gtk/dcps.h"
-
-#else
-
#ifndef _WX_POSTSCRPH__
#define _WX_POSTSCRPH__
# endif
#endif
+#ifdef __WXGTK__
+
+// wxGTK has its own wxPostscriptDC
+
+#include "wx/gtk/dcps.h"
+
+#else
+
class WXDLLEXPORT wxPostScriptDC: public wxDC
{
DECLARE_DYNAMIC_CLASS(wxPostScriptDC)
double m_scaleFactor;
};
+#endif
+ // __WXGTK__
+
#define wxID_PRINTER_COMMAND 1
#define wxID_PRINTER_OPTIONS 2
#define wxID_PRINTER_ORIENTATION 3
#endif
// _WX_POSTSCRPH__
-#endif
- // __WXGTK__
-