Defined path delimiter for MS-DOS as semicolon
This commit is contained in:
parent
541c8c0b2e
commit
eb4361af6c
|
@ -49,6 +49,10 @@ Data members:
|
|||
#define DELIM ' '
|
||||
#endif
|
||||
|
||||
#ifdef MSDOS
|
||||
#define DELIM ';'
|
||||
#endif
|
||||
|
||||
#ifndef DELIM
|
||||
#define DELIM ':'
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue