Skip to content

Commit f0ee4b2

Browse files
committed
RISCOS patch by dschwertberger
1 parent db8ed15 commit f0ee4b2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Include/osdefs.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ extern "C" {
2424
#endif
2525
#endif
2626

27+
#ifdef RISCOS
28+
#define SEP '.'
29+
#define MAXPATHLEN 256
30+
#define DELIM ','
31+
#endif
32+
33+
2734
/* Filename separator */
2835
#ifndef SEP
2936
#define SEP '/'

0 commit comments

Comments
 (0)