2005-05-04 18:57:50 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx/progdlg.h
|
|
|
|
// Purpose: Base header for wxProgressDialog
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// Licence: wxWindows Licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1999-05-09 15:19:45 +00:00
|
|
|
#ifndef _WX_PROGDLG_H_BASE_
|
|
|
|
#define _WX_PROGDLG_H_BASE_
|
|
|
|
|
2004-12-31 07:08:11 +00:00
|
|
|
#include "wx/defs.h"
|
1999-05-09 15:19:45 +00:00
|
|
|
|
2004-12-31 07:08:11 +00:00
|
|
|
#ifdef __WXPALMOS__
|
|
|
|
#include "wx/palmos/progdlg.h"
|
|
|
|
#else
|
|
|
|
#include "wx/generic/progdlgg.h"
|
1999-05-09 15:19:45 +00:00
|
|
|
#endif
|
2004-12-31 07:08:11 +00:00
|
|
|
|
|
|
|
#endif // _WX_PROGDLG_H_BASE_
|