put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / progdlg.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/progdlg.h
3 // Purpose: Base header for wxProgressDialog
4 // Author: Julian Smart
5 // Modified by:
6 // Created:
7 // RCS-ID: $Id$
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows Licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_PROGDLG_H_BASE_
13 #define _WX_PROGDLG_H_BASE_
14
15 #include "wx/defs.h"
16
17 #ifdef __WXPALMOS__
18 #include "wx/palmos/progdlg.h"
19 #else
20 #include "wx/generic/progdlgg.h"
21 #endif
22
23 #endif // _WX_PROGDLG_H_BASE_