8fa2e6a2 KB |
1 | #ifndef _WX_PROGDLG_H_BASE_ |
2 | #define _WX_PROGDLG_H_BASE_ |
3 | |
555f645a |
4 | #include "wx/defs.h" |
8fa2e6a2 |
5 | |
555f645a WS |
6 | #ifdef __WXPALMOS__ |
7 | #include "wx/palmos/progdlg.h" |
8 | #else |
9 | #include "wx/generic/progdlgg.h" |
8fa2e6a2 |
10 | #endif |
555f645a WS |
11 | |
12 | #endif // _WX_PROGDLG_H_BASE_ |