| # | Line 18 | Line 18 | |
|---|---|---|
| 18 | ||
| 19 | #define access _access | |
| 20 | #define PATH_MAX _MAX_PATH | |
| 21 | + | #define NULL_DEVICE "NUL" |
| 22 | #define DIRSEP '/' | |
| 23 | #define ISDIRSEP(c) ((c)=='/' || (c)=='\\') | |
| 24 | #define ISABS(s) ((s)!=NULL \ | |
| # | Line 71 | Line 72 | |
| 72 | ||
| 73 | #ifdef AMIGA | |
| 74 | ||
| 75 | + | #define NULL_DEVICE "NIL:" |
| 76 | #define DIRSEP '/' | |
| 77 | #define ISABS(s) ((s)!=NULL && (ISDIRSEP(s[0]))) | |
| 78 | #define PATHSEP ';' | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |