RISCOS patch by dschwertberger
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 @@
 #endif
 #endif
 
+#ifdef RISCOS
+#define SEP '.'
+#define MAXPATHLEN 256
+#define DELIM ','
+#endif
+
+
 /* Filename separator */
 #ifndef SEP
 #define SEP '/'