Difference for include/win32.h from version 1.22 to 1.23


version 1.22 version 1.23
Line 95
 
Line 95
 #define S_IRUSR 0000004  #define S_IRUSR 0000004
 #endif  #endif
   
   #define WIFEXITED(x)    1
   #define WEXITSTATUS(x)  x
   
 /* Location of read-only machine independent data */  /* Location of read-only machine independent data */
 #define DATADIR "share"  #define DATADIR "share"
 #define LIBDIR "share"  #define LIBDIR "share"


Legend:
line(s) removed in v.1.22 
line(s) changed
 line(s) added in v.1.23

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:32