ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
Development
/
ray
/
src
/
common
/
rtprocess.h
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing ray/src/common/rtprocess.h (file contents):
Revision
3.6
by
schorsch
, Mon Oct 27 10:19:31 2003 UTC vs.
Revision
3.9
by
schorsch
, Fri Nov 14 17:22:06 2003 UTC
#
Line 28
|
Line 28
28
#define popen(cmd,mode) win_popen(cmd,mode)
29
#define pclose(p) win_pclose(p)
30
#else
31
+
#include <stdio.h>
32
#include <sys/param.h>
33
#endif
34
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines (old)
>
Changed lines (new)