Difference for server/win32.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 50
 
Line 50
 */  */
 int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info)  int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info)
 {  {
 // _int64 mstimer, freq;  
  /* Get the time, if they want it */   /* Get the time, if they want it */
  if (time_Info != NULL) {   if (time_Info != NULL) {
  time_Info->tv_sec = time(NULL);   time_Info->tv_sec = time(NULL);


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:53