X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20bc5ad8dd419d0d3e524079f8fdbe3d8c14231f..74a8f67d96591cec101def2a7d47c64072aff7fd:/src/palmos/progdlg.cpp?ds=inline diff --git a/src/palmos/progdlg.cpp b/src/palmos/progdlg.cpp index f7be8c1df5..db371b5917 100644 --- a/src/palmos/progdlg.cpp +++ b/src/palmos/progdlg.cpp @@ -6,28 +6,24 @@ // Created: 29.12.2004 // RCS-ID: $Id$ // Copyright: (c) Wlodzimierz Skiba -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "progdlg.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif -#ifndef WX_PRECOMP - #include "wx/string.h" -#endif //WX_PRECOMP - #if wxUSE_PROGRESSDLG #include "wx/progdlg.h" -#include "wx/msgdlg.h" + +#ifndef WX_PRECOMP + #include "wx/string.h" + #include "wx/msgdlg.h" +#endif //WX_PRECOMP #include #include @@ -115,7 +111,9 @@ Boolean wxProgressDialog::Callback(void *data) PrgCallbackData *palmData = (PrgCallbackData *)data; strncpy( palmData->textP, m_msg.ToAscii() , palmData->textLen - 1 ); palmData->textChanged = true; +#ifdef __WXPALMOS6__ palmData->displaySkipBtn = m_canSkip; +#endif // __WXPALMOS6__ palmData->barMaxValue = (uint32_t)m_max; palmData->barCurValue = (uint32_t)m_cur; palmData->delay = (m_max == m_cur);