From de64d45439897dd8e8e73b944e2e816bc136876b Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 3 Nov 2001 13:33:21 +0000 Subject: [PATCH] - RISC OS patches by Alex Waugh --- TSRM/tsrm_virtual_cwd.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TSRM/tsrm_virtual_cwd.h b/TSRM/tsrm_virtual_cwd.h index dbc1038ee7..e50c2ba1ca 100644 --- a/TSRM/tsrm_virtual_cwd.h +++ b/TSRM/tsrm_virtual_cwd.h @@ -62,7 +62,13 @@ typedef unsigned short mode_t; #endif #define DEFAULT_SLASH '/' -#define DEFAULT_DIR_SEPARATOR ':' + +#ifdef __riscos__ +#define DEFAULT_DIR_SEPARATOR ';' +#else +#define DEFAULT_DIR_SEPARATOR ':' +#endif + #define IS_SLASH(c) ((c) == '/') #endif -- 2.50.1