| # | Line 1412 | Line 1412 | static int | |
|---|---|---|
| 1412 | rmfile(char *fn) /* remove a file */ | |
| 1413 | { | |
| 1414 | if (!silent) | |
| 1415 | < | #ifdef _WIN32 |
| 1415 | > | #if defined(_WIN32) || defined(_WIN64) |
| 1416 | printf("\tdel %s\n", fn); | |
| 1417 | #else | |
| 1418 | printf("\trm -f %s\n", fn); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |