projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use GetWindow() instead of GetNextWindow() to fix CE compilation (closes #10210)
[wxWidgets.git]
/
src
/
palmos
/
dragimag.cpp
diff --git
a/src/palmos/dragimag.cpp
b/src/palmos/dragimag.cpp
index 67688416f82601d751d538c89a153362c27aeacd..ad2a6dc855c6b409d2413ee33d95042f63e7c224 100644
(file)
--- a/
src/palmos/dragimag.cpp
+++ b/
src/palmos/dragimag.cpp
@@
-21,7
+21,7
@@
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+
#pragma hdrstop
#endif
#if wxUSE_DRAGIMAGE
#endif
#if wxUSE_DRAGIMAGE
@@
-35,11
+35,10
@@
#include "wx/settings.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/settings.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/frame.h"
+ #include "wx/image.h"
#endif
#endif
-#include "wx/frame.h"
-#include "wx/image.h"
-
#include "wx/palmos/dragimag.h"
#include "wx/palmos/private.h"
#include "wx/palmos/dragimag.h"
#include "wx/palmos/private.h"