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.25 by greg, Tue Feb 2 18:02:32 2016 UTC vs.
Revision 2.26 by greg, Wed Feb 3 22:41:35 2016 UTC

# Line 27 | Line 27
27    #endif
28    #define kill(pid,sig)         win_kill(pid,sig)
29    #define nice(inc)             win_nice(inc)
30 <  #define PATH_                 MAX _MAX_PATH
30 >  #define PATH_MAX              _MAX_PATH
31    #define NULL_DEVICE           "NUL"
32    #define DIRSEP                '/'
33    #define ISDIRSEP(c)           (((c)=='/') | ((c)=='\\'))
# Line 128 | Line 128 | extern "C" {
128   #if _WIN32
129    extern FILE *win_popen(char *command, char *type);
130    extern int win_pclose(FILE *p);
131  extern int win_kill(RT_PID pid, int sig /* ignored */);
131    extern char  *fixargv0();
132   #endif
133  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines