busyinfo.h 533 B

1234567891011121314151617181920
  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. #ifndef __BUSYINFO_H_BASE__
  9. #define __BUSYINFO_H_BASE__
  10. #include "wx/defs.h"
  11. #if wxUSE_BUSYINFO
  12. #include "wx/generic/busyinfo.h"
  13. #endif // wxUSE_BUSYINFO
  14. #endif // __BUSYINFO_H_BASE__