| # | Line 27 | Line 27 | |
|---|---|---|
| 27 | #endif | |
| 28 | #define kill(pid,sig) win_kill(pid,sig) | |
| 29 | #define nice(inc) win_nice(inc) | |
| 30 | < | #define PATH_ MAX _MAX_PATH |
| 30 | > | #define PATH_MAX _MAX_PATH |
| 31 | #define NULL_DEVICE "NUL" | |
| 32 | #define DIRSEP '/' | |
| 33 | #define ISDIRSEP(c) (((c)=='/') | ((c)=='\\')) | |
| # | Line 128 | Line 128 | extern "C" { | |
| 128 | #if _WIN32 | |
| 129 | extern FILE *win_popen(char *command, char *type); | |
| 130 | extern int win_pclose(FILE *p); | |
| 131 | – | extern int win_kill(RT_PID pid, int sig /* ignored */); |
| 131 | extern char *fixargv0(); | |
| 132 | #endif | |
| 133 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |