compilation error fix for windows
This commit is contained in:
parent
4c1dcb70bb
commit
b9a85c7dcd
@ -54,7 +54,7 @@ PBD::get_microseconds ()
|
||||
|
||||
if (time_rate_usecs) {
|
||||
if (QueryPerformanceCounter (&time)) {
|
||||
return (microseconds_t) (current_val.QuadPart * timer_rate_us);
|
||||
return (microseconds_t) (time.QuadPart * timer_rate_us);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user