]>
Commit | Line | Data |
---|---|---|
34138703 JS |
1 | #ifndef _WX_PEN_H_BASE_ |
2 | #define _WX_PEN_H_BASE_ | |
c801d85f | 3 | |
2049ba38 | 4 | #if defined(__WXMSW__) |
c801d85f | 5 | #include "wx/msw/pen.h" |
2049ba38 | 6 | #elif defined(__WXMOTIF__) |
34138703 | 7 | #include "wx/motif/pen.h" |
2049ba38 | 8 | #elif defined(__WXGTK__) |
c801d85f | 9 | #include "wx/gtk/pen.h" |
b2a19d94 VS |
10 | #elif defined(__WXMGL__) |
11 | #include "wx/mgl/pen.h" | |
34138703 JS |
12 | #elif defined(__WXMAC__) |
13 | #include "wx/mac/pen.h" | |
1777b9bb DW |
14 | #elif defined(__WXPM__) |
15 | #include "wx/os2/pen.h" | |
34138703 JS |
16 | #elif defined(__WXSTUBS__) |
17 | #include "wx/stubs/pen.h" | |
c801d85f KB |
18 | #endif |
19 | ||
20 | #endif | |
34138703 | 21 | // _WX_PEN_H_BASE_ |