--- ray/src/common/rtprocess.h 2003/07/14 20:02:29 3.3 +++ ray/src/common/rtprocess.h 2003/07/14 22:23:59 3.4 @@ -1,4 +1,4 @@ -/* RCSid $Id: rtprocess.h,v 3.3 2003/07/14 20:02:29 schorsch Exp $ */ +/* RCSid $Id: rtprocess.h,v 3.4 2003/07/14 22:23:59 schorsch Exp $ */ /* * rtprocess.h * Routines to communicate with separate process via dual pipes @@ -7,9 +7,6 @@ */ #ifndef _RAD_PROCESS_H_ #define _RAD_PROCESS_H_ -#ifdef __cplusplus -extern "C" { -#endif #include #ifdef _WIN32 @@ -22,6 +19,9 @@ extern "C" { #include "paths.h" +#ifdef __cplusplus +extern "C" { +#endif /* On Windows, a process ID is a DWORD. That might actually be the same thing as an int, but it's better not to assume anything.