shithub: choc

Download patch

ref: 203e7e79a1a20b83fea8a91b46c8241c056a23b1
parent: 52c831999bddb7b68b855d0fec644240863cbee2
author: Simon Howard <fraggle@gmail.com>
date: Sat Jun 6 21:27:58 EDT 2009

Add libc_wince.h header, and EISDIR error value.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1557

--- a/wince/errno.h
+++ b/wince/errno.h
@@ -7,6 +7,8 @@
 #ifndef WINCE_ERRNO_H
 #define WINCE_ERRNO_H
 
+#define EISDIR          21      /* Is a directory */
+
 extern int *_GetErrno();
 
 #define errno (*_GetErrno())
--- /dev/null
+++ b/wince/libc_wince.h
@@ -1,0 +1,4 @@
+
+#include "env.h"
+#include "fileops.h"
+