summaryrefslogtreecommitdiff
path: root/wince/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'wince/errno.h')
-rw-r--r--wince/errno.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wince/errno.h b/wince/errno.h
index e9b4721a..a2149b45 100644
--- 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())