ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtprocess.h
(Generate patch)

Comparing ray/src/common/rtprocess.h (file contents):
Revision 3.3 by schorsch, Mon Jul 14 20:02:29 2003 UTC vs.
Revision 3.4 by schorsch, Mon Jul 14 22:23:59 2003 UTC

# 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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines