# | Line 20 | Line 20 | static const char RCSid[] = "$Id$"; | |
---|---|---|
20 | #define putchar putchar_unlocked | |
21 | #endif | |
22 | ||
23 | < | #ifdef _WIN32 |
23 | > | #if defined(_WIN32) || defined(_WIN64) |
24 | #include <process.h> | |
25 | #define execvp _execvp | |
26 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |