зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1000858: Fix r_gettimeint on win32 which prevented us from sending TURN allocations r=ekr
This commit is contained in:
Родитель
47380caf13
Коммит
0659acff46
|
@ -177,15 +177,9 @@ int r_int2timeval(UINT8 t,struct timeval *tv)
|
|||
|
||||
UINT8 r_gettimeint()
|
||||
{
|
||||
|
||||
#ifdef WIN32
|
||||
struct timeval tv = {0,0};
|
||||
|
||||
#else
|
||||
struct timeval tv;
|
||||
|
||||
gettimeofday(&tv,0);
|
||||
#endif
|
||||
|
||||
return r_timeval2int(&tv);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче