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