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


version 1.21 version 1.22
Line 134
 
Line 134
  struct dirent dent; /* the dirent to return */   struct dirent dent; /* the dirent to return */
 } DIR;  } DIR;
    
 typedef int socklen_t; /* Doesn't exist, just a plain int. */   #ifndef socklen_t
   #define socklen_t int /* Doesn't exist, just a plain int */
   #endif
   
 /* Function prototypes */  /* Function prototypes */
 extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);  extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);


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

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