summaryrefslogtreecommitdiffstats
path: root/Include/osdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/osdefs.h')
-rw-r--r--Include/osdefs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Include/osdefs.h b/Include/osdefs.h
index b13c08d..7a382ce 100644
--- a/Include/osdefs.h
+++ b/Include/osdefs.h
@@ -24,6 +24,13 @@ extern "C" {
#endif
#endif
+#ifdef RISCOS
+#define SEP '.'
+#define MAXPATHLEN 256
+#define DELIM ','
+#endif
+
+
/* Filename separator */
#ifndef SEP
#define SEP '/'