]> git.saurik.com Git - wxWidgets.git/blame - include/wx/busyinfo.h
using Run of base class
[wxWidgets.git] / include / wx / busyinfo.h
CommitLineData
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
65571936 6// Licence: wxWindows licence
5526e819
VS
7/////////////////////////////////////////////////////////////////////////////
8
b7ba00e7
WS
9#ifndef __BUSYINFO_H_BASE__
10#define __BUSYINFO_H_BASE__
5526e819 11
372c511b 12#include "wx/defs.h"
5526e819 13
d78b3d64 14#if wxUSE_BUSYINFO
5526e819 15
b7ba00e7 16#include "wx/generic/busyinfo.h"
5526e819 17
b7ba00e7 18#endif // wxUSE_BUSYINFO
5526e819 19
b7ba00e7 20#endif // __BUSYINFO_H_BASE__