]> git.saurik.com Git - wxWidgets.git/blame - include/wx/print.h
Worked around an apparent bug in Windows whereby some deferred positioning
[wxWidgets.git] / include / wx / print.h
CommitLineData
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
f23b6f74
JS
12#elif defined(__WXPM__)
13
14#include "wx/os2/printos2.h"
15
c801d85f 16#else
c801d85f 17
e81e3883 18#include "wx/generic/printps.h"
c801d85f
KB
19
20#endif
21
22
23#endif
34138703 24 // _WX_PRINT_H_BASE_