ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/tbar.c
(Generate patch)

Comparing ray/src/meta/tbar.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Mon Jun 30 14:59:12 2003 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   *      cc -o ../tbar tbar.c tgraph.o primout.o mfio.o syscalls.o misc.o -lm
11   */
12  
13 + #ifdef _WIN32
14 + #include <process.h> /* getpid() */
15 + #endif
16 +
17   #include  "tgraph.h"
18  
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines