summaryrefslogtreecommitdiff
path: root/wince/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'wince/io.h')
-rw-r--r--wince/io.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wince/io.h b/wince/io.h
index 46c4a849c3..5f80599bda 100644
--- a/wince/io.h
+++ b/wince/io.h
@@ -49,6 +49,7 @@ int _findclose( long handle );
};
#endif
+#define chmod _chmod
#define chsize _chsize
#define rename _rename
#define unlink _unlink
@@ -61,6 +62,8 @@ int _findclose( long handle );
#define isatty _isatty
#define access _access
#define pipe _pipe
+#define setmode _setmode
+#define lseek _lseek
#endif