RISCOS patch by dschwertberger
This commit is contained in:
parent
db8ed1517f
commit
f0ee4b20a9
|
@ -24,6 +24,13 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef RISCOS
|
||||
#define SEP '.'
|
||||
#define MAXPATHLEN 256
|
||||
#define DELIM ','
|
||||
#endif
|
||||
|
||||
|
||||
/* Filename separator */
|
||||
#ifndef SEP
|
||||
#define SEP '/'
|
||||
|
|
Loading…
Reference in New Issue