projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
define arrays of chartoo as the existing ones can't be used to store char values...
[wxWidgets.git]
/
src
/
palmos
/
timer.cpp
diff --git
a/src/palmos/timer.cpp
b/src/palmos/timer.cpp
index 92e88623313415bb32b488efd0ec3a1f33aa065b..f9628a20d41548aa773b4ba8d65f77ebabd41a00 100644
(file)
--- a/
src/palmos/timer.cpp
+++ b/
src/palmos/timer.cpp
@@
-9,10
+9,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "timer.h"
-#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"
@@
-22,19
+18,18
@@
#if wxUSE_TIMER
#if wxUSE_TIMER
+#include "wx/timer.h"
+
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
- #include "wx/window.h"
#include "wx/list.h"
#include "wx/list.h"
+ #include "wx/window.h"
#include "wx/event.h"
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/event.h"
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/hashmap.h"
#endif
#endif
-#include "wx/hashmap.h"
-
-#include "wx/timer.h"
-
#include "wx/palmos/private.h"
// from utils.cpp
#include "wx/palmos/private.h"
// from utils.cpp
@@
-102,4
+97,3
@@
void WINAPI wxTimerProc(HWND WXUNUSED(hwnd), WORD, int idTimer, DWORD)
}
#endif // wxUSE_TIMER
}
#endif // wxUSE_TIMER
-