ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/paths.h
(Generate patch)

Comparing ray/src/common/paths.h (file contents):
Revision 2.6 by greg, Wed Jan 20 13:57:58 1993 UTC vs.
Revision 2.7 by greg, Wed Jul 21 10:00:57 1993 UTC

# Line 13 | Line 13
13   #define CASEDIRSEP      case '/': case '\\'
14   #define PATHSEP         ';'
15   #define MAXPATH         128
16 < #define TEMPLATE        "c:\\tmp\\rtXXXXXX"
17 < #define TEMPLEN         15
16 > #define TEMPLATE        "rtXXXXXX"
17 > #define TEMPLEN         8
18   #define ULIBVAR         "RAYPATH"
19   #ifndef DEFPATH
20   #define DEFPATH         ";c:/ray/lib"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines