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.1 by schorsch, Thu Jun 26 00:58:09 2003 UTC vs.
Revision 3.3 by schorsch, Mon Jul 14 20:02:29 2003 UTC

# Line 11 | Line 11
11   extern "C" {
12   #endif
13  
14 <
15 < #include "copyright.h"
16 <
17 < #include  <sys/types.h>
14 > #include  <errno.h>
15   #ifdef _WIN32
16 <  #include <windows.h>
16 >  #include <windows.h> /* DWORD etc. */
17 >  typedef DWORD pid_t;
18 >  #include <process.h> /* getpid() and others */
19   #else
20    #include <sys/param.h>
22  #include <unistd.h>
21   #endif
24 #ifndef BSD
25 #include  <errno.h>
26 #endif
22  
23   #include "paths.h"
24  
# Line 41 | Line 36 | extern "C" {
36     runtime, so that client modules can still use -1 as invalid PID.
37   */
38  
44 #ifdef _WIN32
45  typedef DWORD pid_t;
46 #endif
39  
40   #ifndef PIPE_BUF
41    #ifdef PIPSIZ

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines