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.2 by greg, Fri Jun 27 06:53:21 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 < #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>
19  #include <unistd.h>
21   #endif
21 #ifndef BSD
22 #include  <errno.h>
23 #endif
22  
23   #include "paths.h"
24  
# Line 38 | Line 36 | extern "C" {
36     runtime, so that client modules can still use -1 as invalid PID.
37   */
38  
41 #ifdef _WIN32
42  typedef DWORD pid_t;
43 #endif
39  
40   #ifndef PIPE_BUF
41    #ifdef PIPSIZ

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines