X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fa2e6a209ab83319bbc4d652067c9123deaa335..2209baaee3a8578450e204593b79ed155f340f68:/include/wx/progdlg.h diff --git a/include/wx/progdlg.h b/include/wx/progdlg.h index 38e3b0d18d..e38c9cef8f 100644 --- a/include/wx/progdlg.h +++ b/include/wx/progdlg.h @@ -1,7 +1,23 @@ +///////////////////////////////////////////////////////////////////////////// +// 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 +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_PROGDLG_H_BASE_ #define _WX_PROGDLG_H_BASE_ -#include "wx/generic/progdlgg.h" +#include "wx/defs.h" +#ifdef __WXPALMOS__ + #include "wx/palmos/progdlg.h" +#else + #include "wx/generic/progdlgg.h" #endif - // _WX_PROGDLG_H_BASE_ + +#endif // _WX_PROGDLG_H_BASE_