| # | Line 8 | Line 8 | |
|---|---|---|
| 8 | extern "C" { | |
| 9 | #endif | |
| 10 | ||
| 11 | – | #include "copyright.h" |
| 12 | – | |
| 11 | #ifdef _WIN32 | |
| 12 | ||
| 13 | < | #include <stdio.h> /* fileno() */ |
| 13 | > | #include <stdio.h> |
| 14 | > | #define popen _popen |
| 15 | > | #define pclose _pclose |
| 16 | #include <fcntl.h> /* _O_BINARY, _O_TEXT */ | |
| 17 | #include <io.h> /* _setmode() */ | |
| 18 | #include <stdlib.h> /* _fmode */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |