From: Andi Gutmans Date: Sat, 3 Nov 2001 13:33:21 +0000 (+0000) Subject: - RISC OS patches by Alex Waugh X-Git-Tag: ChangeLog~434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de64d45439897dd8e8e73b944e2e816bc136876b;p=php - RISC OS patches by Alex Waugh --- 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