Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
22 lines
619 B
C
22 lines
619 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/busyinfo.h
|
|
// Purpose: Information window (when app is busy)
|
|
// Author: Vaclav Slavik
|
|
// Copyright: (c) 1999 Vaclav Slavik
|
|
// RCS-ID: $Id: busyinfo.h 37158 2006-01-26 15:40:46Z ABX $
|
|
// 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__
|