mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
This commit is contained in:
parent
c780768779
commit
78ec0911e7
|
@ -155,7 +155,7 @@ ev_time (void)
|
|||
ui.u.HighPart = ft.dwHighDateTime;
|
||||
|
||||
/* also, msvc cannot convert ulonglong to double... yes, it is that sucky */
|
||||
return EV_TS_FROM_USEC (((LONGLONG)(ui.QuadPart - 116444736000000000) * 1e-1))
|
||||
return EV_TS_FROM_USEC (((LONGLONG)(ui.QuadPart - 116444736000000000) * 1e-1));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue