]> git.saurik.com Git - wxWidgets.git/blame - include/wx/progdlg.h
cleanup - added whitespace around operators, some blank lines, fixed comment typos...
[wxWidgets.git] / include / wx / progdlg.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/progdlg.h
3// Purpose: Base header for wxProgressDialog
4// Author: Julian Smart
5// Modified by:
6// Created:
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
9// Licence: wxWindows Licence
10/////////////////////////////////////////////////////////////////////////////
11
8fa2e6a2
KB
12#ifndef _WX_PROGDLG_H_BASE_
13#define _WX_PROGDLG_H_BASE_
14
555f645a 15#include "wx/defs.h"
8fa2e6a2 16
555f645a
WS
17#ifdef __WXPALMOS__
18 #include "wx/palmos/progdlg.h"
19#else
20 #include "wx/generic/progdlgg.h"
8fa2e6a2 21#endif
555f645a
WS
22
23#endif // _WX_PROGDLG_H_BASE_