File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1093,11 +1093,11 @@ static long last_timer_id = 0;
10931093# ifdef WIN3264
10941094# define GET_TIMEDIFF (timer , now ) \
10951095 (long)(((double)(timer->tr_due.QuadPart - now.QuadPart) \
1096- / (double)fr.QuadPart) * 1000);
1096+ / (double)fr.QuadPart) * 1000)
10971097# else
10981098# define GET_TIMEDIFF (timer , now ) \
10991099 (timer->tr_due.tv_sec - now.tv_sec) * 1000 \
1100- + (timer->tr_due.tv_usec - now.tv_usec) / 1000;
1100+ + (timer->tr_due.tv_usec - now.tv_usec) / 1000
11011101# endif
11021102
11031103/*
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 28 ,
767769/**/
768770 27 ,
769771/**/
You can’t perform that action at this time.
0 commit comments