#include "wx/list.h"
+#ifndef __WXWINCE__
#include <time.h>
+#endif
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------
+#ifdef __WXWINCE__
+ typedef long off_t;
+#else
+
// define off_t
#if !defined(__WXMAC__) || defined(__UNIX__)
#include <sys/types.h>
typedef long off_t;
#endif
+#endif
+
#if defined(__VISAGECPP__) && __IBMCPP__ >= 400
//
// VisualAge C++ V4.0 cannot have any external linkage const decs