]>
Commit | Line | Data |
---|---|---|
34138703 JS |
1 | #ifndef _WX_PRINT_H_BASE_ |
2 | #define _WX_PRINT_H_BASE_ | |
c801d85f | 3 | |
e81e3883 | 4 | #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) |
c801d85f | 5 | |
e81e3883 | 6 | #include "wx/msw/printwin.h" |
c801d85f | 7 | |
e7549107 SC |
8 | #elif defined(__WXMAC__) |
9 | ||
10 | #include "wx/mac/printmac.h" | |
11 | ||
c801d85f | 12 | #else |
c801d85f | 13 | |
e81e3883 | 14 | #include "wx/generic/printps.h" |
c801d85f KB |
15 | |
16 | #endif | |
17 | ||
18 | ||
19 | #endif | |
34138703 | 20 | // _WX_PRINT_H_BASE_ |