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.22 by schorsch, Mon Sep 19 11:30:10 2005 UTC vs.
Revision 2.23 by greg, Wed Oct 5 17:20:55 2011 UTC

# Line 41 | Line 41
41    /* <io.h> only does half the work for access() */
42    #ifndef F_OK
43      #define  F_OK 00
44    #define  X_OK 01
44      #define  W_OK 02
45 <    #define  R_OK 04
45 >  #endif
46 >  #ifndef R_OK
47 >    #define X_OK 01
48 >    #define R_OK 04
49    #endif
50    /* to make the permissions user specific we'd need to use CreateFile() */
51    #ifndef S_IRUSR

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines