]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/debug.h
fix the signature of the documented functions and document some (relatively) new...
[wxWidgets.git] / include / wx / debug.h
index 936755e71bd02fd2054b891455c80b189011e9a4..4d678a777004f047299293c377c1c79d3245b19f 100644 (file)
 #ifndef   _WX_DEBUG_H_
 #define   _WX_DEBUG_H_
 
+#ifndef __WXPALMOS5__
 #ifndef __WXWINCE__
 #include  <assert.h>
 #endif
+#endif // ! __WXPALMOS5__
 #include  <limits.h>            /*  for CHAR_BIT used below */
 
 #include  "wx/chartype.h"     /*  for __TFILE__ and wxChar */