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

Comparing ray/src/meta/syscalls.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 5 | Line 5 | static const char      RCSid[] = "$Id$";
5   *  System calls for meta-file routines
6   */
7  
8 + #ifdef _WIN32
9 +  #include <process.h> /* getpid() */
10 + #endif
11  
12   #include  "meta.h"
13  
# Line 39 | Line 42 | char  *mode;
42  
43   {
44      char  *mdir, stemp[MAXFNAME];
45 < #if  UNIX || MAC
45 > #if  UNIX || MAC || _WIN32
46      char  *getenv();
47  
48      if ((mdir = getenv("MDIR")) == NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines