Pre-define MS-DOS separator
This commit is contained in:
parent
eba1b5efe1
commit
175a9ea8c8
|
@ -40,6 +40,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define SEP ':'
|
||||
#endif
|
||||
|
||||
#ifdef MSDOS
|
||||
#define SEP '\\'
|
||||
#endif
|
||||
|
||||
#ifndef SEP
|
||||
#define SEP '/'
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue