]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
The exact version it was included doesn't appear to be documented
[wxWidgets.git] / include / wx / filefn.h
index b6d2f0087f888719a39ffa38f2e6096515d8a984..f679c611451ed54ed4d3284e4b3ce87420cce0d2 100644 (file)
 
 #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>
@@ -41,6 +47,8 @@
     typedef long off_t;
 #endif
 
+#endif
+
 #if defined(__VISAGECPP__) && __IBMCPP__ >= 400
 //
 // VisualAge C++ V4.0 cannot have any external linkage const decs