Merge pull request #5113

c0e9e805 Fixed missing return value in once_a_time class on windows (Markus Behm)
pull/200/head
Riccardo Spagni 5 years ago
commit 4a390d43f8
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -243,6 +243,7 @@ namespace math_helper
present = present << 32;
present |= fileTime.dwLowDateTime;
present /= 10; // mic-sec
return present;
#else
struct timeval tv;
gettimeofday(&tv, NULL);

Loading…
Cancel
Save