]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/print.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Base header for printer classes
4 // Author: Julian Smart
7 // Copyright: (c) Julian Smart
8 // Licence: wxWindows Licence
9 /////////////////////////////////////////////////////////////////////////////
11 #ifndef _WX_PRINT_H_BASE_
12 #define _WX_PRINT_H_BASE_
16 #if wxUSE_PRINTING_ARCHITECTURE
18 #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
20 #include "wx/msw/printwin.h"
22 #elif defined(__WXMAC__)
24 #include "wx/osx/printmac.h"
26 #elif defined(__WXPM__)
28 #include "wx/os2/printos2.h"
32 #include "wx/generic/printps.h"
36 #endif // wxUSE_PRINTING_ARCHITECTURE