projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove the unneeded +1 from wxGauge::SetValue() call in Update()
[wxWidgets.git]
/
src
/
palmos
/
main.cpp
diff --git
a/src/palmos/main.cpp
b/src/palmos/main.cpp
index 551f447306dbbd52d9639ece2d1bfd5e12322f33..d1ca47947240c9b49402907dd552950bcdd9996c 100644
(file)
--- a/
src/palmos/main.cpp
+++ b/
src/palmos/main.cpp
@@
-17,10
+17,6
@@
// headers
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-28,8
+24,11
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#include "wx/event.h"
-#include "wx/app.h"
+#ifndef WX_PRECOMP
+ #include "wx/event.h"
+ #include "wx/app.h"
+#endif //WX_PRECOMP
+
#include "wx/cmdline.h"
#if wxUSE_GUI
#include "wx/cmdline.h"
#if wxUSE_GUI