| 1234567891011121314151617181920 | 
							- /////////////////////////////////////////////////////////////////////////////
 
- // Name:        wx/busyinfo.h
 
- // Purpose:     Information window (when app is busy)
 
- // Author:      Vaclav Slavik
 
- // Copyright:   (c) 1999 Vaclav Slavik
 
- // Licence:     wxWindows licence
 
- /////////////////////////////////////////////////////////////////////////////
 
- #ifndef __BUSYINFO_H_BASE__
 
- #define __BUSYINFO_H_BASE__
 
- #include "wx/defs.h"
 
- #if wxUSE_BUSYINFO
 
- #include "wx/generic/busyinfo.h"
 
- #endif // wxUSE_BUSYINFO
 
- #endif // __BUSYINFO_H_BASE__
 
 
  |