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// RCS-ID:      $Id: busyinfo.h 37158 2006-01-26 15:40:46Z ABX $
7// Licence:     wxWindows licence
8/////////////////////////////////////////////////////////////////////////////
9
10#ifndef __BUSYINFO_H_BASE__
11#define __BUSYINFO_H_BASE__
12
13#include "wx/defs.h"
14
15#if wxUSE_BUSYINFO
16
17#include "wx/generic/busyinfo.h"
18
19#endif // wxUSE_BUSYINFO
20
21#endif // __BUSYINFO_H_BASE__
22