projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv code, they depend on the theme...
[wxWidgets.git]
/
include
/
wx
/
debug.h
diff --git
a/include/wx/debug.h
b/include/wx/debug.h
index 936755e71bd02fd2054b891455c80b189011e9a4..4d678a777004f047299293c377c1c79d3245b19f 100644
(file)
--- a/
include/wx/debug.h
+++ b/
include/wx/debug.h
@@
-14,9
+14,11
@@
#ifndef _WX_DEBUG_H_
#define _WX_DEBUG_H_
#ifndef _WX_DEBUG_H_
#define _WX_DEBUG_H_
+#ifndef __WXPALMOS5__
#ifndef __WXWINCE__
#include <assert.h>
#endif
#ifndef __WXWINCE__
#include <assert.h>
#endif
+#endif // ! __WXPALMOS5__
#include <limits.h> /* for CHAR_BIT used below */
#include "wx/chartype.h" /* for __TFILE__ and wxChar */
#include <limits.h> /* for CHAR_BIT used below */
#include "wx/chartype.h" /* for __TFILE__ and wxChar */