]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/print.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Base header for printer classes
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows Licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_PRINT_H_BASE_
13 #define _WX_PRINT_H_BASE_
17 #if wxUSE_PRINTING_ARCHITECTURE
19 #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
21 #include "wx/msw/printwin.h"
23 #elif defined(__WXMAC__)
25 #include "wx/osx/printmac.h"
27 #elif defined(__WXPM__)
29 #include "wx/os2/printos2.h"
33 #include "wx/generic/printps.h"
37 #endif // wxUSE_PRINTING_ARCHITECTURE