| # | Line 7 | Line 7 | |
|---|---|---|
| 7 | */ | |
| 8 | #ifndef _RAD_PROCESS_H_ | |
| 9 | #define _RAD_PROCESS_H_ | |
| 10 | – | #ifdef __cplusplus |
| 11 | – | extern "C" { |
| 12 | – | #endif |
| 10 | ||
| 11 | #include <errno.h> | |
| 12 | #ifdef _WIN32 | |
| # | Line 22 | Line 19 | extern "C" { | |
| 19 | ||
| 20 | #include "paths.h" | |
| 21 | ||
| 22 | + | #ifdef __cplusplus |
| 23 | + | extern "C" { |
| 24 | + | #endif |
| 25 | ||
| 26 | /* On Windows, a process ID is a DWORD. That might actually be the | |
| 27 | same thing as an int, but it's better not to assume anything. | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |