1999-05-09 11:19:45 -04:00
|
|
|
#ifndef _WX_PROGDLG_H_BASE_
|
|
|
|
#define _WX_PROGDLG_H_BASE_
|
|
|
|
|
2004-12-31 02:08:11 -05:00
|
|
|
#include "wx/defs.h"
|
1999-05-09 11:19:45 -04:00
|
|
|
|
2004-12-31 02:08:11 -05:00
|
|
|
#ifdef __WXPALMOS__
|
|
|
|
#include "wx/palmos/progdlg.h"
|
|
|
|
#else
|
|
|
|
#include "wx/generic/progdlgg.h"
|
1999-05-09 11:19:45 -04:00
|
|
|
#endif
|
2004-12-31 02:08:11 -05:00
|
|
|
|
|
|
|
#endif // _WX_PROGDLG_H_BASE_
|