]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: wx/busyinfo.h | |
3 | // Purpose: Information window (when app is busy) | |
4 | // Author: Vaclav Slavik | |
5 | // Copyright: (c) 1999 Vaclav Slavik | |
6 | // Licence: wxWindows licence | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | #ifndef __BUSYINFO_H_BASE__ | |
10 | #define __BUSYINFO_H_BASE__ | |
11 | ||
12 | #include "wx/defs.h" | |
13 | ||
14 | #if wxUSE_BUSYINFO | |
15 | ||
16 | #include "wx/generic/busyinfo.h" | |
17 | ||
18 | #endif // wxUSE_BUSYINFO | |
19 | ||
20 | #endif // __BUSYINFO_H_BASE__ |